FYI: I noticed today that I was actually using ToolTips and your changes make my buttons very difficult to use as they are significantly obscured by the tooltips. Also, the tooltips are now under the mouse, so the text in not legible until you move the mouse out of the way. On small buttons this makes the tooltip disappear.
The flicker is only an issue because the tooltips are partially obscuring the buttons and your code does not seem to resolve the flickering either. Additionally, mouse-down events when the mouse is over the tooltip are not dispatched on the button. In short: As it stands, the tooltips are significantly less useable than they were before your changes. Thanks, Harbs > On Jul 12, 2017, at 2:08 AM, Justin Mclean <jus...@classsoftware.com> wrote: > > Hi, > >> Why are you assuming that this behavior is wrong? > > Because if you have two components side by side and mouse over the first one > the tool tip appears below the second one. If you have something on the right > of the screen and roll over it you can’t see any tooltip. If you have > something at the bottom of the screen and roll over it you can’t see any > tooltip. > >> Don’t you think a functional change should require discussion? > > If you think it does please re open the JIRA and let's discuss. > > One possibly would be to have two beads <ToolTipBottmLeftBead> and > <ToolTipCentreBead> if it’s not clear what the default placement should be. > > Thanks, > Justin