Bug 504 : dragging window while sketch is running causes strange text selection to happen on macosx
Last modified: 2010-06-06 07:36




Status:
CLOSED
Resolution:
WORKSFORME -
Priority:
P4
Severity:
normal

 

Reporter:
fjen
Assigned To:
fry

Attachment Type Created Size Actions
screen capture movie showing bug video/quicktime 2007-01-27 15:26 277.65 KB
screen capture movie showing follow-up bug video/quicktime 2007-01-27 15:27 373.29 KB

Description:   Opened: 2007-01-27 15:25
marked it os-x, not sure if it happens anywhere else .. this is in Processing 0123.

i've been hunting on how to trigger this one for a while. it happend so often to me and i
never figured why it's happening. here's the story:

make a new sketch (or open one), type something in over multiple lines until the textfield
starts to scroll. place the carret somewhere before the end of the text. now save and while
the editor is saving switch into another application. once the editor finished saving grab it by
it's title-bar and move the window downwards. all of a sudden the textfield starts selecting
everything from the carret upwards.

this has another problem: sometimes i can't enter newlines after that happened. the
selection goes away when i click into the text, then it reselects as before when i release the
mouse-button. ... or if you make a new sketch after that happened, you will not be able to
enter newlines into it.

will attach two movies showing the bug.
Additional Comment #1 From fjen 2007-01-27 15:26
edit]
screen capture movie showing bug

this shows the selection happening after saving, then switching to another app
and coming back ...
Additional Comment #2 From fjen 2007-01-27 15:27
edit]
screen capture movie showing follow-up bug

shows the can-t-enter-newlines follow-up.
i was trying to enter:
d
d
d
not:
dddddd
Additional Comment #3 From fjen 2007-01-29 10:46
just realized that the same thing is happening when you:

run a sketch ( in my case in processing.core.PApplet ) and return to the editor by clicking it's
titlebar and pulling it downwards. happens regardless of having saved or not before leaving the
editor.
Additional Comment #4 From fry 2007-01-29 16:18
confirmed. the sketch needs to be running from the draw() loop (noLoop
doesn't seem to cause trouble).

i'm guessing, though not certain that this is macosx-specific, and related
to problems with how osx java handles mouseEntered/mouseExited. similar to
the problems in bug #170.
Additional Comment #5 From fry 2010-06-05 09:42
does this still happen?
Additional Comment #6 From fjen 2010-06-05 23:32
no, can not get it to happen anymore.
Additional Comment #7 From fry 2010-06-06 07:36
great, thanks for checking.