[Webkit-unassigned] [Bug 28350] REGRESSION (r47255): Wikipedia's navigation pane appears blow the main content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 15 22:30:03 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28350





--- Comment #8 from Ryosuke Niwa <rniwa at webkit.org>  2009-08-15 22:30:03 PDT ---
(In reply to comment #6)
> The layout difference between WebKit and Gecko is caused by
> <http://en.wikipedia.org/skins-1.5/monobook/KHTMLFixes.css>, which is loaded
> dynamically based on UA sniffing via JavaScript. The only rule in that style
> sheet is:
> 
> /* work around the horizontal scrollbars */
> #column-content { margin-left: 0; }
> 
> which overrides the margin specific in main.css:
> 
> margin: 0 0 .6em -12.2em;
> 
> Using the Web Inspector to disable the 'margin-left: 0;' rule fixes the layout
> and does not cause a horizontal scroll bar to appear.

Is that work around still required for the latest WebKit?  i.e. will horizontal
scrollbars appear without it?  If not, we can ask people in wikipedia to
disable that rule for the latest webkit.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list