Bug 24408 - page rendered incorrectly causing horizontal scrollbar to appear
Summary: page rendered incorrectly causing horizontal scrollbar to appear
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 525.x (Safari 3.2)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://www.nano-arcade.com/
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2009-03-05 15:24 PST by jasneet
Modified: 2022-08-14 13:02 PDT (History)
7 users (show)

See Also:


Attachments
reduced testcase (1.02 KB, text/html)
2009-03-05 15:24 PST, jasneet
no flags Details
All browsers differs from each other (786.80 KB, image/png)
2022-08-03 09:26 PDT, Ahmad Saleem
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 2009-03-05 15:24:08 PST
I Steps:
Go to http://www.nano-arcade.com/

II Issue: 
More white-space seen causing horizontal scrollbar to appear

III Conclusion:
IE/Firefox renders the table with exact width 900px, however Chrome/Safari renders a more larger table, which leads to more spaces between elements in table.

IV Other Browsers:
FF3: OK
IE7: OK 

V Nightly tested: 41443

Bug in Chromium : http://code.google.com/p/chromium/issues/detail?id=7949
Comment 1 jasneet 2009-03-05 15:24:32 PST
Created attachment 28331 [details]
reduced testcase
Comment 2 Ahmad Saleem 2022-08-03 09:26:45 PDT
Created attachment 461379 [details]
All browsers differs from each other

I am able to reproduce this bug in Safari 15.6 on macOS 12.5 in typical sense that it does not have "horizontal scrollbar" but the rendering of test case is different across all browsers and Chrome related bug mentioned that it being fixed partially because of LayoutNG but it does mention that they are not matching Firefox due to Intrinsic width.

Just wanted to update the latest testing with screenshot of all browsers as reference. Thanks!