I don't even think its a bug,
pretty sure its a feature and I love it :) Disabling it makes it really
hard to see all the fields at the same time, whereas previously hitting Ctrl+A
would show you all the fields,
-self: an
ApplicationWindow nil
handle: nil
width: 500
height:
400
background: a DevicePaint
inputOrigin: [hidden email]
creationOrigin: [hidden email]
sensor: an
EventSensor
.....
dropTarget:
nil
dragDropInProgress: nil
dragDropTracker: nil
A better fix may be to check where the
current focus is and act accordingly, so that if you're in the text pane, do the
test select, otherwise select all fields.
Whatcha think?
Cheers!