[Webkit-unassigned] [Bug 28718] REGRESSION: Images May Disappear if inside an element that is position:relative and display:inline
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 25 14:50:40 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28718
Joseph Pecoraro <joepeck at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|REGRESSION: Images May |REGRESSION: Images May
|Disappear if inside an <a> |Disappear if inside an
|that is position:relative |element that is
| |position:relative and
| |display:inline
--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org> 2009-08-25 14:50:40 PDT ---
Arg, spoke too soon! It fails in a span, and so I tried display:inline and
indeed this fails too:
<div style="display:inline;position:relative">
<img ... />
</div>
"inline-block" and "block" both worked correctly, so hopefully this is specific
to inline.
--
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