[Webkit-unassigned] [Bug 97832] New: incorrect behavior using :after in media query on inline ul
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 27 17:05:59 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=97832
Summary: incorrect behavior using :after in media query on
inline ul
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: russell.mcclellan at gmail.com
Please see http://jsfiddle.net/fTVMH/4/ for a minimal demonstration of this bug.
resize the bottom right quadrant until the media query is no longer active. I'd expect the text to become justified but instead it aligns the text to the left and adds extra spaces. rapidly resizing around the media query boundary can cause the vertical spacing to spread out. If you resize the bottom right quadrant so that the media query is triggered, then hit the "run" button to reset the element, the text will be justified as expected.
In http://jsfiddle.net/fTVMH/5/ it works. The only difference is that the ul item is not display: 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