Bug 18980

Summary: height of div causing text to shift towards right side
Product: WebKit Reporter: jasneet <jasneet>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: jasneet, tabatkins
Priority: P2 Keywords: HasReduction
Version: 525.x (Safari 3.1)   
Hardware: PC   
OS: Windows XP   
URL: http://tour.sina.com.cn/
Attachments:
Description Flags
screenshot
none
reduction none

Description jasneet 2008-05-09 15:29:02 PDT
I Steps:
Go to 
http://tour.sina.com.cn/
scroll to the middle of the page

II Issue:
the left text column has shifted to center and overlaps the center text column.

III Conclusion:
The height of the <div> with red border is currently set to 88px and this is what's causing the issue. Because of this height, it overlaps the <div> with blue border so text is pushed towards the right side . If I change the height to 87px, then Safari behaves the same as the other browsers.

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

V Nightly tested: 32871
Comment 1 jasneet 2008-05-09 15:29:25 PDT
Created attachment 21045 [details]
screenshot
Comment 2 jasneet 2008-05-09 15:29:52 PDT
Created attachment 21046 [details]
reduction
Comment 3 Tab Atkins 2011-10-20 05:16:57 PDT
The referenced page seems to have changed and no longer exhibits the bug in the screenshot.  The testcase also appears correct and does not exhibit behavior resembling what is seen in the screenshot.

I'm closing this bug.  If the problem is still occurring, please reopen the bug with a new testcase demonstrating the problem.