Log in
Skip to main content
Skip to sidebar
Dashboards
Projects
Issues
Help
Jira Core help
Keyboard Shortcuts
About Jira
Jira Credits
Log In
Watched Subcomponents
JDK
JDK-8099505 Scene.MouseHandler should be optimized
JDK-8100261
nodes should not be re-picked when mouse is off the Scene
Log In
Resolved
Export
null
XML
Word
Printable
Details
Type:
Sub-task
Resolution:
Fixed
Priority:
P4
Fix Version/s:
fx1.2
Affects Version/s:
None
Component/s:
javafx
Labels:
None
Description
It looks like detecting a mouse exit event and clearing lastEvent would fix this:
if (e.impl_EventID == MouseEventID.EXITED) {
lastEvent = null;
} else {
lastEvent = e;
}
Attachments
Activity
People
Assignee:
Igor Kushnirskiy (Inactive)
Reporter:
Igor Kushnirskiy (Inactive)
Votes:
0
Vote for this issue
Watchers:
1
Start watching this issue
Dates
Created:
2009-03-31 16:15
Updated:
2015-06-16 10:48
Resolved:
2009-03-31 16:29
Imported:
16/Jun/15 10:41 AM