[Webkit-unassigned] [Bug 57093] New: REGRESSION: Netflix website rendering text incorrectly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Mar 25 04:57:53 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=57093
Summary: REGRESSION: Netflix website rendering text incorrectly
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: priyajeet.hora at gmail.com
Created an attachment (id=86917)
--> (https://bugs.webkit.org/attachment.cgi?id=86917&action=review)
issue image on metflix
Downstream bug: http://code.google.com/p/chromium/issues/detail?id=77373
Last webkit nightly (win) to render it properly was r80840.
To check the issue, just visit any netflix page having multiple episode entries.
See attached image.
Issue can be reproduced by comparing the following piece of code on webkit nightly / chrome 12 vs Firefox 4:
<dl>
<dt style='padding-left: 50px; float: left; width: 100px;'>1</dt>
<dt style='float: left; width: 100px;'>2</dt>
<dd style='margin-left: -235px; float: left;'>3</dd>
<dd style='float: left;'>4</dd>
</dl>
The 1st <dd>s margin is dragging the 2nd <dd> along to the left.
--
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