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 208091 Details for
Bug 366010
[Button] Checkbox does not prevent Space key from being propagated to parent widget
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 against CVS HEAD
Bug-366010.patch (text/plain), 702 bytes, created by
Ivan Furnadjiev
on 2011-12-08 07:54:55 EST
(
hide
)
Description:
Proposed patch against CVS HEAD
Filename:
MIME Type:
Creator:
Ivan Furnadjiev
Created:
2011-12-08 07:54:55 EST
Size:
702 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt >Index: js/org/eclipse/rwt/widgets/BasicButton.js >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt/js/org/eclipse/rwt/widgets/BasicButton.js,v >retrieving revision 1.1 >diff -u -r1.1 BasicButton.js >--- js/org/eclipse/rwt/widgets/BasicButton.js 7 Jul 2011 11:22:37 -0000 1.1 >+++ js/org/eclipse/rwt/widgets/BasicButton.js 8 Dec 2011 12:50:07 -0000 >@@ -280,6 +280,8 @@ > case "PageDown": > case "End": > case "Home": >+ case "Enter": >+ case "Space": > event.preventDefault(); > event.stopPropagation(); > }
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 366010
:
208088
| 208091