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 148185 Details for
Bug 290248
[Text] The default behavior of arrow keys doesn't work in some cases
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
Bug290248-patch.txt (text/plain), 1.09 KB, created by
Asen Draganov
on 2009-09-26 03:10:19 EDT
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Asen Draganov
Created:
2009-09-26 03:10:19 EDT
Size:
1.09 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt.q07 >Index: js/org/eclipse/swt/TextUtil.js >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt.q07/js/org/eclipse/swt/TextUtil.js,v >retrieving revision 1.32 >diff -u -r1.32 TextUtil.js >--- js/org/eclipse/swt/TextUtil.js 16 Sep 2009 15:06:57 -0000 1.32 >+++ js/org/eclipse/swt/TextUtil.js 26 Sep 2009 07:11:46 -0000 >@@ -157,6 +157,17 @@ > var text = event.getTarget(); > org.eclipse.swt.TextUtil._handleSelectionChange( text ); > } >+ // [ad] Fix for Bug 290248 >+ // https://bugs.eclipse.org/bugs/show_bug.cgi?id=290248 >+ if( event.getKeyIdentifier() == "Up" >+ || event.getKeyIdentifier() == "Down" >+ || event.getKeyIdentifier() == "Left" >+ || event.getKeyIdentifier() == "Right" >+ || event.getKeyIdentifier() == "PageUp" >+ || event.getKeyIdentifier() == "PageDown" ) >+ { >+ event.stopPropagation(); >+ } > }, > > _onKeyUp : function( event ) {
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 290248
:
147968
| 148185