Search and Top Navigation
#12177 closed bug (patcheswelcome)
Opened April 20, 2015 06:49PM UTC
Closed April 20, 2015 06:55PM UTC
Tooltip is not appeared if it overlaps cursor position on element (Firefox)
Reported by: | LisaPoor | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.tooltip | Version: | 1.11.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In Firefox 31.6.0 :
Tooltip is not appeared if it overlaps cursor position on element.
It works properly in:
Chrome 42.0.2311.90 m (64-bit)
Safari
The sample is here http://jsfiddle.net/a6s1x855/5/
Thanks
Attachments (0)
Change History (1)
Changed April 20, 2015 06:55PM UTC by comment:1
resolution: | → patcheswelcome |
---|---|
status: | new → closed |
I really don't want to work around this in any other way than implementing #8782. This is because Firefox (probably correctly, but this is still debatable) fires
mouseover
on elements that become visible. See http://dev-test.nemikor.com/behavior/mouseover-when-element-is-shown.html. You should generally implement tooltips in a manner that won't result in the tooltip overlapping the cursor.If someone has a sane patch, we can review.