Bug 15369

Summary: BackCompat issue not compatible with others: Page misalignment because the width of nested elements is greater than parent's width
Product: WebKit Reporter: Anantha Keesara <anantha>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: ahmad.saleem792, ap, rniwa, webkit
Priority: P2 Keywords: HasReduction
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://music.9you.com/news/list/5/1.html
Attachments:
Description Flags
Page misalignment because the width of nested elements is greater than parent's width
none
test case in strict mode
none
Safari 15.5 matches other browsers none

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!