Open GoogleCodeExporter opened 9 years ago
This is the expected behavior.
setPosition is intended to be used with setVisible (both part of the
goog.ui.Popup interface).
If the hover/focus events where to use set set position then the tooltip would
always be displayed at the given position rather than at the position of the
active element circumventing the tooltip logic.
To display a tooltip at a fixed position either use goog.ui.Popup, use the
setPosition/setVisible API or subclass the tooltip class to override the
positioning logic.
Original comment by e...@google.com
on 20 May 2013 at 7:01
Original issue reported on code.google.com by
neale...@gmail.com
on 12 Nov 2012 at 1:05