[Webkit-unassigned] [Bug 28718] REGRESSION: Images May Disappear if inside an <a> that is position:relative
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 25 14:45:51 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28718
--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> 2009-08-25 14:45:51 PDT ---
Refined even further, it seems as though it may also be specific to an <a> tag.
My latest tests showed that:
Displays Correctly:
<div style="position:relative">
<img ... />
</div>
Displays Incorrectly:
<a style="position:relative">
<img ... />
</a>
--
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