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 232508 Details for
Bug 411040
Keypress bindings are not showing properly in the key assist panel
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.
Fix
file_411040.txt (text/plain), 616 bytes, created by
Bogdan Gheorghe
on 2013-06-18 12:13:26 EDT
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Bogdan Gheorghe
Created:
2013-06-18 12:13:26 EDT
Size:
616 bytes
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/uiUtils.js b/bundles/org.eclipse.orion.client.ui/web/orion/uiUtils.js >index bc57633..11b70f6 100644 >--- a/bundles/org.eclipse.orion.client.ui/web/orion/uiUtils.js >+++ b/bundles/org.eclipse.orion.client.ui/web/orion/uiUtils.js >@@ -41,6 +41,9 @@ > if (binding.alphaKey) { > return userString+binding.alphaKey; > } >+ if (binding.type === "keypress") { >+ return userString+binding.keyCode; >+ } > for (var keyName in lib.KEY) { > if (typeof(lib.KEY[keyName] === "number")) { //$NON-NLS-0$ > if (lib.KEY[keyName] === binding.keyCode) {
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 Raw
Actions:
View
Attachments on
bug 411040
: 232508