Bug 17564 - REGRESSION(r29976): discovermagazine.com lays out incorrect
Summary: REGRESSION(r29976): discovermagazine.com lays out incorrect
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P1 Normal
Assignee: Nobody
URL: http://discovermagazine.com
Keywords: HasReduction, InRadar, Regression
Depends on:
Blocks:
 
Reported: 2008-02-26 17:34 PST by Michelle
Modified: 2008-11-30 10:14 PST (History)
3 users (show)

See Also:


Attachments
Reduction (280 bytes, text/html)
2008-02-26 20:00 PST, Mark Rowe (bdash)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michelle 2008-02-26 17:34:08 PST
Malformed
Comment 1 Mark Rowe (bdash) 2008-02-26 18:14:25 PST
The page lays out incorrectly in TOT.  It lays out correctly in Safari 3.0.4.
Comment 2 Mark Rowe (bdash) 2008-02-26 18:14:39 PST
<rdar://problem/5767534>
Comment 3 Mark Rowe (bdash) 2008-02-26 19:18:11 PST
This was introduced by the fix for bug 16751 in r29976.
Comment 4 mitz 2008-02-26 19:50:24 PST
There are no plans to revert that fix.
Comment 5 Mark Rowe (bdash) 2008-02-26 19:53:06 PST
They don't appear to be using the "star seven" hack.  We're tripping over this rule:

                        .mLeft form div img., .mLeft form div label {
                        margin-left: 2px;
                        float: left;
                        }

Note the extra "." before the ",".
Comment 6 Dave Hyatt 2008-02-26 19:59:33 PST
The site is 100% broken for me in Safari 3, so I do not believe the star seven hack is to blame.

Comment 7 Dave Hyatt 2008-02-26 20:00:01 PST
This page does *not* lay out correctly in Safari 3.0.4 for me.  It is wrong 100% of the time and looks identical to ToT.

Comment 8 Mark Rowe (bdash) 2008-02-26 20:00:46 PST
Created attachment 19393 [details]
Reduction
Comment 9 Mark Rowe (bdash) 2008-11-30 10:14:37 PST
This was fixed with <http://trac.webkit.org/changeset/35403>.