Bug 15369 - BackCompat issue not compatible with others: Page misalignment because the width of nested elements is greater than parent's width
Summary: BackCompat issue not compatible with others: Page misalignment because the wi...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://music.9you.com/news/list/5/1.html
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2007-10-04 07:59 PDT by Anantha Keesara
Modified: 2022-06-23 22:09 PDT (History)
4 users (show)

See Also:


Attachments
Page misalignment because the width of nested elements is greater than parent's width (375 bytes, text/html)
2007-10-04 08:00 PDT, Anantha Keesara
no flags Details
test case in strict mode (391 bytes, text/html)
2008-02-16 00:07 PST, Robert Blaut
no flags Details
Safari 15.5 matches other browsers (582.27 KB, image/png)
2022-06-23 15:43 PDT, Ahmad Saleem
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anantha Keesara 2007-10-04 07:59:07 PDT
I .Steps:
-----------
1. Go to: http://music.9you.com/news/list/5/1.html

II. Issue:
-----------------
Notice the alignment of the page. The very bottom frame gets displayed somewhere on the beginning of the page

III. Other browsers
--------------------------
FF: not ok
Safari: no ok
IE, Opera: ok

Attached is simplified testcase.
Comment 1 Anantha Keesara 2007-10-04 08:00:12 PDT
Created attachment 16531 [details]
Page misalignment because the width of nested elements is greater than parent's width
Comment 2 Robert Blaut 2008-02-15 09:48:19 PST
It's very strange. The test case renders differently when it is loaded from saved file on my Desktop and differently when it is loaded directly from Bugzilla. The issue is only visible when it's loaded directly from server. The text case loaded locally renders identlically in Webkit, Minefield and Opera.
Comment 3 Robert Blaut 2008-02-16 00:02:40 PST
The issue is only visible in quirks mode (BackCompat) in Webkit. In strict mode (CSS1Compat) the test case is rendered identically as in Gecko and Opera. Gecko and Opera doesn't change layout rendering in quirks mode. I think Webkit should follow other browsers in this case.
Comment 4 Robert Blaut 2008-02-16 00:07:23 PST
Created attachment 19153 [details]
test case in strict mode
Comment 5 Ahmad Saleem 2022-06-23 15:43:45 PDT
Created attachment 460458 [details]
Safari 15.5 matches other browsers

I am unable to reproduce this bug using (non-strict mode test case) in Safari 15.5 on macOS 12.4.

As shown in the attached screenshot, all browsers are rendering the information correctly and as part of expected result, the text is inside red box.

If I am testing this incorrectly then ignore, else can this be marked as "RESOLVED CONFIGURATION CHANGED"? Thanks!