Bug 18198 - unclosed div causing layout issue
Summary: unclosed div causing layout 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: Nobody
URL: http://www.tvix.cn/
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2008-03-28 16:51 PDT by jasneet
Modified: 2012-09-29 04:07 PDT (History)
2 users (show)

See Also:


Attachments
screenshot (148.43 KB, image/jpeg)
2008-03-28 16:52 PDT, jasneet
no flags Details
reduction (1.03 KB, text/html)
2008-03-28 16:52 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-28 16:51:20 PDT
I Steps:
Go to 
http://www.tvix.cn/
Scroll to the middle of the page.

II Issue:
In the center column, the section (refer screeshot) has incorrect layout.

III Conclusion:
unclosed div is causing the issue.

....code.....
<div style="width:80px; float:left; margin-left:5px;">490<div>
....code....
<div style="width:80px; float:left; margin-left:5px;">441<div>
....code....

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

V Nightly tested: 31386
Comment 1 jasneet 2008-03-28 16:52:16 PDT
Created attachment 20172 [details]
screenshot
Comment 2 jasneet 2008-03-28 16:52:48 PDT
Created attachment 20173 [details]
reduction
Comment 3 Robert Hogan 2012-09-29 04:07:37 PDT
The reduction renders the same on Chrome 20.0.1132.47 Ubuntu 12.04 (144678) as IE10, Opera 12, FF 15.01.

The bug is no longer valid it seems.