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 217800 Details for
Bug 381092
ESC keybinding firing twice
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]
Proposed patch
Bug-381092.patch (text/plain), 988 bytes, created by
Ivan Furnadjiev
on 2012-06-25 04:12:59 EDT
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Ivan Furnadjiev
Created:
2012-06-25 04:12:59 EDT
Size:
988 bytes
patch
obsolete
>diff --git a/bundles/org.eclipse.rap.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/BindingService.java b/bundles/org.eclipse.rap.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/BindingService.java >old mode 100755 >new mode 100644 >index 34a482e..96df9c0 >--- a/bundles/org.eclipse.rap.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/BindingService.java >+++ b/bundles/org.eclipse.rap.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/BindingService.java >@@ -92,7 +92,10 @@ > final Display display = workbench.getDisplay(); > final Listener listener = keyboard.getKeyDownFilter(); > display.addFilter(SWT.KeyDown, listener); >- display.addFilter(SWT.Traverse, listener); >+// RAP [if] Listening for both SWT.KeyDown and SWT.Traverse events execute the command twice >+// see https://bugs.eclipse.org/bugs/show_bug.cgi?id=381092 >+// display.addFilter(SWT.Traverse, listener); >+// ENDRAP > > // Initialize the key formatter. > KeyFormatterFactory.setDefault(SWTKeySupport
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 381092
:
216509
| 217800