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 244639 Details for
Bug 437837
Command group not clickable if there is no default action
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]
fix
tt.txt (text/plain), 705 bytes, created by
Silenio Quarti
on 2014-06-28 18:42:36 EDT
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Silenio Quarti
Created:
2014-06-28 18:42:36 EDT
Size:
705 bytes
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/commandRegistry.js b/bundles/org.eclipse.orion.client.ui/web/orion/commandRegistry.js >index dbb4929..1242bd3 100644 >--- a/bundles/org.eclipse.orion.client.ui/web/orion/commandRegistry.js >+++ b/bundles/org.eclipse.orion.client.ui/web/orion/commandRegistry.js >@@ -1007,7 +1007,7 @@ > var self = this; > menuButton.onclick = function(evt){ > var bounds = lib.bounds(dropdownArrow); >- if (evt.clientX >= bounds.left && created.dropdown) { >+ if ((evt.clientX >= bounds.left && created.dropdown) || pretendDefaultActionId === true) { > created.dropdown.toggle(evt); > } else { > self._invoke(defaultInvocation);
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 437837
: 244639