I have a view for which tooltips render using default y offset of 0, ie just above the the node when you hover over it. But when I take this same view and put it into a panel, the tooltips render higher up, depending on the node (I suspect depending if there are any linefeeds in the tooltip text, but am not sure about this yet).
I've removed my own code to make sure it's not the cause.
Let me know if you need more details.
Shiraz
Comments
Comment #1
shiraz dindaras a follow-up to this, this placement issue depends on what the last feature you hovered over was. so if i hover over a certain feature that causes the problem (feature a), then go to hover over feature b, then tooltip b is too high, inheriting this issue from hovering over feature a. if i hover over feature c which doesn't have this problem, then hover over feature b, then tooltip b is correctly placed.
it's unclear what makes feature a cause the problem and not feature c.
Comment #2
phayes commentedFixed: http://drupal.org/cvs?commit=275452
Comment #3
shiraz dindarThe man's a genius!
(confirmed working)