Bug 20682 - Page renders inadequately
Summary: Page renders inadequately
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows Vista
: P2 Normal
Assignee: Nobody
URL: http://b08.oi.edu.pl
Keywords: NeedsReduction
Depends on:
Blocks:
 
Reported: 2008-09-06 00:16 PDT by Dan Sanduleac
Modified: 2008-09-08 10:21 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Sanduleac 2008-09-06 00:16:41 PDT
I think tables are misrendered but I didn't have the time to look into the source of the page to see the problem exactly. A table seems to be utterly thin when rendered with webkit. In Firefox 3 latest or Opera 9.5 latest, it displays correctly, or more precisely "readable", how I think it should look, without first checking the page source for html bugs.

The problem manifests itself in all of 525.21 (Safari 3.1.2), nightly build WebKit-36012 (the one precompiled for windows and run through Safari), and also in Google Chrome/0.2.149.27 (build 1583).
Comment 1 Dan Sanduleac 2008-09-06 01:02:27 PDT
Using Chrome's (version stated before) inspector component I see that div#main_container is automatically set a width of 0, as I anticipated. In Firefox, through FireBug, the dimensions are set to 670x424 regardless of browser's window size, and this looks normal. I'm at a loss whether to place the bug under Layout and Rendering, or under CSS.
Comment 2 Dave Hyatt 2008-09-06 01:08:19 PDT
I see negative margins.  Maybe something tripping up there.  Firefox renders the page correctly.

Comment 3 Dan Sanduleac 2008-09-08 10:21:17 PDT
After examining the source code, I found that there is a html source error involved, the left side menu div having sort of a glitch - one of the menu items has a 'submenu' div, and some of the submenus are commented out, but they mistakingly commented out the </div> for closing the 'submenu' div as well, thus leaving it open [line 203].
I'm resolving the bug as INVALID, yet i'm still at a loss whether this is a bug or not, since IE7 latest, Firefox 3 and Opera 9.5 all seem to ignore or identify the error and work around it.