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
Down for 10.3.x LTS version upgrade on Nov 3, 09:30 PM - Nov 4, 01:30 AM PT (Nov 04, 05:30 AM - 09:30 AM GMT, Tuesday)
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