Bug 458079 - [GTK] ToolTip is closed on mouse entry
Summary: [GTK] ToolTip is closed on mouse entry
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.5   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2015-01-21 14:29 EST by Carsten Reckord CLA
Modified: 2018-05-11 14:32 EDT (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carsten Reckord CLA 2015-01-21 14:29:48 EST
On Linux/GTK, ToolTip is closed when the mouse cursor enters the ToolTip widget's shell. On other platforms (Windows 7/8, MacOS) it works fine. For some reason, there seems to be an additional MOUSE_EXIT event under GTK that triggers the TooltipHideListener.

This caused bug 423908 and bug 455262 in MPC for the two custom tooltips we are using there.
Comment 1 Lars Vogel CLA 2015-01-21 14:31:49 EST
Moving to SWT for investigation
Comment 2 Andrey Loskutov CLA 2015-01-22 14:08:32 EST
BTW this also causes the problem with Customize Perspective Dialog under Linux: the tooltips over the toolbar entries contain sometimes links which allow user to jump to the corresponding entry in the action set tab. On Linux, NO ONE can click on the link in the tooltip, because it disappears as soon as the mouse enters it.
I will make link to bug 420956.
Comment 3 Dani Megert CLA 2015-04-09 08:19:22 EDT
(In reply to Andrey Loskutov from comment #2)
> BTW this also causes the problem with Customize Perspective Dialog under
> Linux: the tooltips over the toolbar entries contain sometimes links which
> allow user to jump to the corresponding entry in the action set tab. On
> Linux, NO ONE can click on the link in the tooltip, because it disappears as
> soon as the mouse enters it.
> I will make link to bug 420956.

Lars decoupled it again (which makes sense), but we should have a separate bug for the CPD, assuming the problem is still there.
Comment 4 Eric Williams CLA 2018-05-11 14:32:50 EDT
I cannot reproduce this issue, non-native ToolTips seem to display just fine. IIRC there were some fixes for ToolTips in late 2015.

Please re-open this ticket if the issue continues to occur.