Bug 18088 - white-space:nowrap; float:left; causing the misalignment issue
Summary: white-space:nowrap; float:left; causing the misalignment issue
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: PC Windows XP
: P2 Normal
Assignee: mitz
URL:
Keywords: HasReduction, InRadar
Depends on:
Blocks:
 
Reported: 2008-03-25 15:49 PDT by jasneet
Modified: 2008-07-12 16:32 PDT (History)
1 user (show)

See Also:


Attachments
reduction (628 bytes, text/html)
2008-03-25 15:50 PDT, jasneet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 2008-03-25 15:49:46 PDT
I Steps:
Go to 
the reduced test case

II Issue:
The layout is incorrect 

III Conclusion:
css properties in lex_17 : white-space:nowrap; float:left; are causing the issue

IV Other browsers:
IE7: ok
FF3: ok
Opera9.24: ok

V Nightly tested: 31238
Comment 1 jasneet 2008-03-25 15:50:08 PDT
Created attachment 20053 [details]
reduction
Comment 2 mitz 2008-07-09 17:20:16 PDT
<rdar://problem/6036232>
Comment 3 mitz 2008-07-12 16:32:51 PDT
Fixed in <http://trac.webkit.org/changeset/35152>.