Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 216553 Details for
Bug 358858
Double-click events may be fired when clicking while moving mouse
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch Proposal for function_isDoubleClick
14_DoubleClick.patch (text/plain), 720 bytes, created by
Ken Lee
on 2012-05-31 04:17:39 EDT
(
hide
)
Description:
Patch Proposal for function_isDoubleClick
Filename:
MIME Type:
Creator:
Ken Lee
Created:
2012-05-31 04:17:39 EDT
Size:
720 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt >Index: js/org/eclipse/swt/EventUtil.js >=================================================================== >--- js/org/eclipse/swt/EventUtil.js (revision 6502) >+++ js/org/eclipse/swt/EventUtil.js (working copy) >@@ -212,6 +212,8 @@ > var lastMouseDown = org.eclipse.swt.EventUtil._lastMouseDown; > return lastMouseDown.mouseUpCount === 1 > && lastMouseDown.widget === widget >+ && lastMouseDown.x === evt.getPageX() >+ && lastMouseDown.y === evt.getPageY() > && lastMouseDown.button === qx.event.type.MouseEvent.C_BUTTON_LEFT > && lastMouseDown.button === evt.getButton(); > },
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 358858
: 216553