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 236888 Details for
Bug 420370
Tooltips and command popups are closed on click on the popup
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 for excluded nodes
clipboard.txt (text/plain), 763 bytes, created by
Malgorzata Janczarska
on 2013-10-25 08:05:16 EDT
(
hide
)
Description:
Fix for excluded nodes
Filename:
MIME Type:
Creator:
Malgorzata Janczarska
Created:
2013-10-25 08:05:16 EDT
Size:
763 bytes
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/webui/littlelib.js b/bundles/org.eclipse.orion.client.ui/web/orion/webui/littlelib.js >index d22c74e..a144409 100644 >--- a/bundles/org.eclipse.orion.client.ui/web/orion/webui/littlelib.js >+++ b/bundles/org.eclipse.orion.client.ui/web/orion/webui/littlelib.js >@@ -225,7 +225,7 @@ > // auto dismissal. Click anywhere else means close. > function onclick(event) { > autoDismissNodes.forEach(function(autoDismissNode) { >- var excluded = autoDismissNode.excludeNodes.every(function(excludeNode) { >+ var excluded = autoDismissNode.excludeNodes.some(function(excludeNode) { > return !document.body.contains(excludeNode) || excludeNode.contains(event.target); > }); > if (!excluded) {
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 420370
: 236888