]
Brian Leathem updated RF-13760:
-------------------------------
Fix Version/s: 4.5-Tracking
Tooltip jointPoint attribute not working
----------------------------------------
Key: RF-13760
URL:
https://issues.jboss.org/browse/RF-13760
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-output
Affects Versions: 4.5.0.Alpha3
Environment: Wildfly 8.1
Metamer
Latest Chrome/FF
Reporter: Matej Novotny
Fix For: 4.5-Tracking
When using tooltip the attribute "jointPoint" does not work as expected. While
it should attach the tooltip to the corner of it's target, the tooltip keeps appearing
where the mouse enters the target element.
I tried the
[sample|http://localhost:8080/metamer/faces/components/richTooltip/simple.xhtml] we have
in Metamer, but I also created a simple tooltip where I manually set this. In both cases
the tooltip keeps appearing in wrong fashion.
Please see steps to reproduce.
Note: If you use JS API after setting the attributes and you don't use mouse, it
works fine. Once you use mouse, even the JS API will display the tooltip attached to the
position your cursor was at. So it seems the tooltip display position gets overwritten by
mouse cursor position.