[Webkit-unassigned] [Bug 91723] display:inline's hover behavior is not applied consistently to <p>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 8 02:43:52 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=91723





--- Comment #2 from Martin Leutelt <martin.leutelt at basyskom.com>  2012-10-08 02:44:26 PST ---
I had another look at this and I noticed some interesting behavior. Hovering on the pseudo elements starts working when:
- no style is set at all or display is set to inline-block
- display is inline AND one of the following things is set:
 - tabindex is set on the element and it's being focused by pressing the tab key (or set the style to :hover with the inspector)
 - a border is defined ('solid' works but 'none' doesn't, so it has to be visible)
 - a background color set ('transparent' doesn't work)

If someone has a hint what the actual problem could be please comment. I'm trying to debug this but so far I'm not sure what part of the code could be to blame...

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list