Thanks. I just looked at the code to see why that would not work, and I see that the tool tip is being added to the “PopUpHost” rather than the element.
I’m not sure whether that’s the best way to handle it. One the one hand, being that the tool tip is a higher level element, we’re getting unnecessary mouse events when mousing in and out of the tool tip. On the other hand, placing it inside the target element might effect layout and the like. It’s possible that this can be solved using absolute/fixed positioning and zindex. Thoughts? Harbs > On Jul 11, 2017, at 11:16 AM, Justin Mclean <jus...@classsoftware.com> wrote: > > Hi, > >> Did you try mouseenter? (See my other responses) > > Yes and no it didn’t but perhaps you can get it to work that way. Feel free > to do so. > > If you do make any changes suggested test cases to test for include: > - mousing over the tooltip itself > - having the tooltip smaller than the object it sits on and mousing over it > and off each edge of the tooltip > - having the tooltip expand over the (right) boundary of the item it covers > and moving out over the tool tip not cutting a visible edge of the item > underneath > - rolling off over the top, bottom, left or right edges > > The change I made works in all those situations. > > Thanks, > Justin