[kepler-dev] [Bug 5692] Values not committed to actors

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Mon Aug 27 11:50:45 PDT 2012


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5692

--- Comment #7 from Derik Barseghian <barseghian at nceas.ucsb.edu> 2012-08-27 11:50:45 PDT ---
I'm so glad you were able to track it down and provide us w/ these details. If
you find anything else related please do add another comment. This is going to
be a bit of a challenge to fix since I don't have a pen and tablet. 

Christopher is probably most familiar w/ how the Edit Parameters dialogs work,
he might have some better guesses as to what's happening.

After a little googling I see a java issue w/ pens and mouseClicked events that
*might* be tied in: 

"I get mousePressed/mouseReleased events correctly; mouseClicked events happen
always with the pen tablet mouse, but mouseClicked events do not happen with
the pen unless I manage to keep the pen very still. Even a 1-pixel movement is
enough to make it fail."
http://stackoverflow.com/questions/752121/java-swing-debugging-headaches-with-wacom-pen-tablet

http://bugs.sun.com/bugdatabase/view_bug.do;jsessionid=eaf146387466956f9693eedca1?bug_id=6578074

It doesn't really fit the scenario you're seeing since the Commit button action
seems to take place (dialog closes), but I'm wondering if something in our code
e.g. relies on mouseReleased events while another part relies on mouseClicked.
You might be able to (in)validate this theory by pressing and releasing
extremely carefully (exact same pixel) on the Confirm button.

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Kepler-dev mailing list