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 236898 Details for
Bug 418750
'Link to server' success results in an empty tooltip
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 for second problem
file_418750.txt (text/plain), 701 bytes, created by
Silenio Quarti
on 2013-10-25 09:17:47 EDT
(
hide
)
Description:
fix for second problem
Filename:
MIME Type:
Creator:
Silenio Quarti
Created:
2013-10-25 09:17:47 EDT
Size:
701 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 92273d8..2e8aa64 100644 >--- a/bundles/org.eclipse.orion.client.ui/web/orion/commandRegistry.js >+++ b/bundles/org.eclipse.orion.client.ui/web/orion/commandRegistry.js >@@ -295,6 +295,9 @@ > if (!collecting) { > var tooltip = new mTooltip.Tooltip({ > node: commandInvocation.domNode, >+ afterHiding: function() { >+ this.destroy(); >+ }, > trigger: "click", //$NON-NLS-0$ > position: ["below", "right", "above", "left"] //$NON-NLS-3$ //$NON-NLS-2$ //$NON-NLS-1$ //$NON-NLS-0$ > });
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 418750
:
236145
|
236897
| 236898