Bug 35507

Summary: REGRESSION: toolbar is displayed below the main content at http://www.glom.org/
Product: WebKit Reporter: Michael Gilbert <michael.s.gilbert>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, hartman.wiki, mitz
Priority: P1 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://bugs.debian.org/552090
Attachments:
Description Flags
Extend KHTMLFixes.css site-specific hack ap: review+

Description Michael Gilbert 2010-02-28 18:00:25 PST
+++ This bug was initially created as a clone of Bug #35483 +++

hi, a debian user reported the following [0] for epiphany, and i've tested that the same problems exist in all webkit-based browesers:

  Epiphany-webkit fails on a number of pages. Some exampels:
  * http://www.glom.org/ (problems with left sidebar)

thanks.

[0] http://bugs.debian.org/552090
Comment 1 Alexey Proskuryakov 2010-03-02 15:49:03 PST
I don't see any difference between Safari and Firefox here. Could you clarify what the problem is? Or is it only reproducible in Gtk port? What about Qt?
Comment 2 Alexey Proskuryakov 2010-03-02 15:55:43 PST
Sorry, I wasn't able to reproduce with shipping Safari/WebKit 4.0.4, but the sidebar is missing in ToT r55431. There are some JavaScript errors in console, which may or may not be related:

http://www.glom.org/wiki/skins/common/wikibits.js:104: JS ERROR: ReferenceError: Can't find variable: wgBreakFrames
http://www.glom.org/wiki/skins/common/wikibits.js:231: JS ERROR: TypeError: Result of expression 'tooltipAccessKeyRegexp' [undefined] is not an object.
Comment 3 Alexey Proskuryakov 2010-03-02 15:59:54 PST
<rdar://problem/7709115>
Comment 4 Michael Gilbert 2010-03-02 17:40:58 PST
it's not really missing, it's just rendered at the bottom of the page.
Comment 5 Alexey Proskuryakov 2010-03-12 12:18:11 PST
This site uses an old version of MediaWiki code, which includes an incorrect stylesheet for WebKit browsers, see bug 28350.

We could add a site-specific workaround, and/or we ask the site to update their version of MediaWiki.
Comment 6 mitz 2010-03-12 13:12:05 PST
Oh, I see. <http://trac.webkit.org/changeset/48818> changed only <link>, not @import. Making the same change for @import fixes this.
Comment 7 mitz 2010-03-12 13:16:38 PST
Created attachment 50626 [details]
Extend KHTMLFixes.css site-specific hack
Comment 8 Alexey Proskuryakov 2010-03-12 13:20:34 PST
Comment on attachment 50626 [details]
Extend KHTMLFixes.css site-specific hack

r=me
Comment 9 mitz 2010-03-12 13:24:32 PST
Fixed in <http://trac.webkit.org/projects/webkit/changeset/55935>.