Bug 18791 - contents of <dd> tag truncate when inside an <iframe>
Summary: contents of <dd> tag truncate when inside an <iframe>
Status: UNCONFIRMED
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.cyworld.com/common/main.asp
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-28 11:53 PDT by jasneet
Modified: 2023-12-30 05:04 PST (History)
5 users (show)

See Also:


Attachments
screenshot (163.29 KB, image/jpeg)
2008-04-28 11:53 PDT, jasneet
no flags Details
reduction (235 bytes, text/html)
2008-04-28 11:55 PDT, jasneet
no flags Details
Safari and Chrome match but differ from Firefox (177.99 KB, image/png)
2023-12-09 18:26 PST, Ahmad Saleem
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 2008-04-28 11:53:19 PDT
I Steps:
Go to 
http://www.cyworld.com/common/main.asp

II Issue:
In the left column, the login form at the top : the slider image is seen halfway.

III Conclusion:
The code uses an <iframe> and in the frame is a <dd> tag that has a background image. Safari and Opera display only half of the <dd> tag. If I change the <dd> tag to <div>, <p> or some other block element, then it works fine.

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

V Nightly tested: 32574
Comment 1 jasneet 2008-04-28 11:53:46 PDT
Created attachment 20874 [details]
screenshot
Comment 2 jasneet 2008-04-28 11:55:41 PDT
Created attachment 20875 [details]
reduction
Comment 3 Ahmad Saleem 2023-12-09 18:26:33 PST
Created attachment 468961 [details]
Safari and Chrome match but differ from Firefox
Comment 4 Anne van Kesteren 2023-12-30 05:04:20 PST
This looks like a layout difference, also related to quirks mode.