> On Jul 13, 2017, at 7:21 AM, Justin Mclean <jus...@classsoftware.com> wrote: > > Hi, > >> 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. > > Seems like reason enough to revert the position change. I’ll change the bead > so you have some control over the position as neither default seems ideal.
Thanks. > 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. > > The fixes I put were for the AS side. On the JS side there still an issue a > labels and mouse over don’t play well together and it happen when you mouse > over the text pixel and not the background pixels. We have the same issue > when trying to click on a label, this has come up beforehand is due to a > change in the SDK but I couldn’t find where it was discussed. Alex’s suggestion to make it “mouse invisible” should resolve this.