Bug 563009

Summary: Tooltip flicker when tooltip was already visible
Product: [Eclipse Project] Platform Reporter: Rolf Theunissen <rolf.theunissen>
Component: TextAssignee: Platform-Text-Inbox <platform-text-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 4.15   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:

Description Rolf Theunissen CLA 2020-05-10 06:44:44 EDT
In a text view, when the tooltip is already visible and replaced by another tooltip it shortly flickers. That is, the tooltip shell is first moved to the new location, after that the size is changed. See org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(Rectangle, Object)

The ficker disappears if fInformationControl.setVisible(false) is called early in the method mentioned above. That is, it is hidden while doing the update operations.