Ok, first, I want to apologize for the lack of code examples here, I am working on a private network and cannot move the code from there to here.
I have a help tooltip system we have written that is working great 99.9% of the time with the Ext.Tooltip. The tooltips show and hide pretty well MOST of the time. When they fail, they fail in preference of NOT showing, which is good.
Except one spot. We have a button that launches a non-modal extended Ext.Window. The button that launches it has tooltip. It shows the tip, click the button and that tip lingers since it never detected the mouseout. Okay, mild annoyance, but no big deal especially with the dismissDelay set.
Finish your work and clsoe the window, and when you mouseover the launching button (or any other button on the same toolbar) and it spawns the tip at 0,0 on the bwoser. These phantom tips refuse to close, time out, or go away programatically (I iterate through all my tips to hide() them as one of my attempts to solve the behavior).
Mouseing over ANY other button or link that launches a tooltip works fine except for this ONE toolbar that contains the button that spawned the window (and had a tip up when the window was launched). I am trying to find out if there is anything else different or special about it, but at this time, it does not appear so.
Does anyone have any ideas on how to correct this issue, or at least how to mitigate it, or even a line of inquiry for me to explore to solve it?