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 99608 Details for
Bug 230246
[JFace] DefaultToolTip flickers when exceeding screen boundary
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]
Patch
patch.txt (text/plain), 1.10 KB, created by
Thomas Schindl
on 2008-05-10 10:29:29 EDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Thomas Schindl
Created:
2008-05-10 10:29:29 EDT
Size:
1.10 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jface >Index: src/org/eclipse/jface/window/ToolTip.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jface/src/org/eclipse/jface/window/ToolTip.java,v >retrieving revision 1.14 >diff -u -r1.14 ToolTip.java >--- src/org/eclipse/jface/window/ToolTip.java 27 Apr 2008 20:37:11 -0000 1.14 >+++ src/org/eclipse/jface/window/ToolTip.java 10 May 2008 14:26:29 -0000 >@@ -353,12 +353,7 @@ > if (!tip.isDisposed()) { > currentArea = getToolTipArea(event); > createToolTipContentArea(event, tip); >- if (isHideOnMouseDown()) { >- toolTipHookBothRecursively(tip); >- } else { >- toolTipHookByTypeRecursively(tip, true, SWT.MouseExit); >- } >- >+ > tip.pack(); > Point size = tip.getSize(); > Point location = fixupDisplayBounds(size, getLocation(size, event)); >@@ -372,6 +367,13 @@ > } > > tip.setLocation(location); >+ >+ if (isHideOnMouseDown()) { >+ toolTipHookBothRecursively(tip); >+ } else { >+ toolTipHookByTypeRecursively(tip, true, SWT.MouseExit); >+ } >+ > tip.setVisible(true); > } > }
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 230246
:
98666
|
99608
|
99632