<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>35507</bug_id>
          
          <creation_ts>2010-02-28 18:00:25 -0800</creation_ts>
          <short_desc>REGRESSION: toolbar is displayed below the main content at http://www.glom.org/</short_desc>
          <delta_ts>2010-03-12 13:24:32 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>CSS</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://bugs.debian.org/552090</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P1</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Michael Gilbert">michael.s.gilbert</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>hartman.wiki</cc>
    
    <cc>mitz</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>194617</commentid>
    <comment_count>0</comment_count>
    <who name="Michael Gilbert">michael.s.gilbert</who>
    <bug_when>2010-02-28 18:00:25 -0800</bug_when>
    <thetext>+++ This bug was initially created as a clone of Bug #35483 +++

hi, a debian user reported the following [0] for epiphany, and i&apos;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</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>195280</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2010-03-02 15:49:03 -0800</bug_when>
    <thetext>I don&apos;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?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>195285</commentid>
    <comment_count>2</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2010-03-02 15:55:43 -0800</bug_when>
    <thetext>Sorry, I wasn&apos;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&apos;t find variable: wgBreakFrames
http://www.glom.org/wiki/skins/common/wikibits.js:231: JS ERROR: TypeError: Result of expression &apos;tooltipAccessKeyRegexp&apos; [undefined] is not an object.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>195288</commentid>
    <comment_count>3</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2010-03-02 15:59:54 -0800</bug_when>
    <thetext>&lt;rdar://problem/7709115&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>195334</commentid>
    <comment_count>4</comment_count>
    <who name="Michael Gilbert">michael.s.gilbert</who>
    <bug_when>2010-03-02 17:40:58 -0800</bug_when>
    <thetext>it&apos;s not really missing, it&apos;s just rendered at the bottom of the page.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>199166</commentid>
    <comment_count>5</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2010-03-12 12:18:11 -0800</bug_when>
    <thetext>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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>199184</commentid>
    <comment_count>6</comment_count>
    <who name="">mitz</who>
    <bug_when>2010-03-12 13:12:05 -0800</bug_when>
    <thetext>Oh, I see. &lt;http://trac.webkit.org/changeset/48818&gt; changed only &lt;link&gt;, not @import. Making the same change for @import fixes this.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>199186</commentid>
    <comment_count>7</comment_count>
      <attachid>50626</attachid>
    <who name="">mitz</who>
    <bug_when>2010-03-12 13:16:38 -0800</bug_when>
    <thetext>Created attachment 50626
Extend KHTMLFixes.css site-specific hack</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>199188</commentid>
    <comment_count>8</comment_count>
      <attachid>50626</attachid>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2010-03-12 13:20:34 -0800</bug_when>
    <thetext>Comment on attachment 50626
Extend KHTMLFixes.css site-specific hack

r=me</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>199189</commentid>
    <comment_count>9</comment_count>
    <who name="">mitz</who>
    <bug_when>2010-03-12 13:24:32 -0800</bug_when>
    <thetext>Fixed in &lt;http://trac.webkit.org/projects/webkit/changeset/55935&gt;.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>50626</attachid>
            <date>2010-03-12 13:16:38 -0800</date>
            <delta_ts>2010-03-12 13:20:34 -0800</delta_ts>
            <desc>Extend KHTMLFixes.css site-specific hack</desc>
            <filename>35507_r1.diff</filename>
            <type>text/plain</type>
            <size>2022</size>
            <attacher>mitz</attacher>
            
              <data encoding="base64">SW5kZXg6IFdlYkNvcmUvQ2hhbmdlTG9nCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIFdlYkNvcmUvQ2hhbmdlTG9n
CShyZXZpc2lvbiA1NTkzMikKKysrIFdlYkNvcmUvQ2hhbmdlTG9nCSh3b3JraW5nIGNvcHkpCkBA
IC0xLDMgKzEsMTUgQEAKKzIwMTAtMDMtMTIgIERhbiBCZXJuc3RlaW4gIDxtaXR6QGFwcGxlLmNv
bT4KKworICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4KKworICAgICAgICA8cmRh
cjovL3Byb2JsZW0vNzcwOTExNT4gUkVHUkVTU0lPTjogdG9vbGJhciBpcyBtaXNzaW5nIGF0IGh0
dHA6Ly93d3cuZ2xvbS5vcmcvCisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3df
YnVnLmNnaT9pZD0zNTUwNworCisgICAgICAgICogY3NzL0NTU0ltcG9ydFJ1bGUuY3BwOgorICAg
ICAgICAoV2ViQ29yZTo6Q1NTSW1wb3J0UnVsZTo6c2V0Q1NTU3R5bGVTaGVldCk6IEV4dGVuZCB0
aGUgY2hhbmdlIG1hZGUgaW4KKyAgICAgICAgPGh0dHA6Ly90cmFjLndlYmtpdC5vcmcvY2hhbmdl
c2V0LzQ4ODE4PiB0byBkZXRlY3QgdGhlIHR3byB2YXJpYW50cyBvZgorICAgICAgICBLSFRNTEZp
eGVzLmNzcyBpbiBAaW1wb3J0IHJ1bGVzIGFzIHdlbGwgYXMgaW4gPGxpbms+IGVsZW1lbnRzLgor
CiAyMDEwLTAzLTEyICBEaXJrIFNjaHVsemUgIDxrcml0QHdlYmtpdC5vcmc+CiAKICAgICAgICAg
UmV2aWV3ZWQgYnkgTmlrb2xhcyBaaW1tZXJtYW5uLgpJbmRleDogV2ViQ29yZS9jc3MvQ1NTSW1w
b3J0UnVsZS5jcHAKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PQotLS0gV2ViQ29yZS9jc3MvQ1NTSW1wb3J0UnVsZS5jcHAJ
KHJldmlzaW9uIDU1OTEyKQorKysgV2ViQ29yZS9jc3MvQ1NTSW1wb3J0UnVsZS5jcHAJKHdvcmtp
bmcgY29weSkKQEAgLTg4LDcgKzg4LDEwIEBAIHZvaWQgQ1NTSW1wb3J0UnVsZTo6c2V0Q1NTU3R5
bGVTaGVldChjb24KICAgICAgICAgLy8gV29yayBhcm91bmQgPGh0dHBzOi8vYnVncy53ZWJraXQu
b3JnL3Nob3dfYnVnLmNnaT9pZD0yODM1MD4uCiAgICAgICAgIERFRklORV9TVEFUSUNfTE9DQUwo
Y29uc3QgU3RyaW5nLCBzbGFzaEtIVE1MRml4ZXNEb3RDc3MsICgiL0tIVE1MRml4ZXMuY3NzIikp
OwogICAgICAgICBERUZJTkVfU1RBVElDX0xPQ0FMKGNvbnN0IFN0cmluZywgbWVkaWFXaWtpS0hU
TUxGaXhlc1N0eWxlU2hlZXQsICgiLyogS0hUTUwgZml4IHN0eWxlc2hlZXQgKi9cbi8qIHdvcmsg
YXJvdW5kIHRoZSBob3Jpem9udGFsIHNjcm9sbGJhcnMgKi9cbiNjb2x1bW4tY29udGVudCB7IG1h
cmdpbi1sZWZ0OiAwOyB9XG5cbiIpKTsKLSAgICAgICAgaWYgKGJhc2VVUkwuc3RyaW5nKCkuZW5k
c1dpdGgoc2xhc2hLSFRNTEZpeGVzRG90Q3NzKSAmJiBzaGVldFRleHQgPT0gbWVkaWFXaWtpS0hU
TUxGaXhlc1N0eWxlU2hlZXQpIHsKKyAgICAgICAgLy8gVGhlcmUgYXJlIHR3byB2YXJpYW50cyBv
ZiBLSFRNTEZpeGVzLmNzcy4gT25lIGlzIGVxdWFsIHRvIG1lZGlhV2lraUtIVE1MRml4ZXNTdHls
ZVNoZWV0LAorICAgICAgICAvLyB3aGlsZSB0aGUgb3RoZXIgbGFja3MgdGhlIHNlY29uZCB0cmFp
bGluZyBuZXdsaW5lLgorICAgICAgICBpZiAoYmFzZVVSTC5zdHJpbmcoKS5lbmRzV2l0aChzbGFz
aEtIVE1MRml4ZXNEb3RDc3MpICYmICFzaGVldFRleHQuaXNOdWxsKCkgJiYgbWVkaWFXaWtpS0hU
TUxGaXhlc1N0eWxlU2hlZXQuc3RhcnRzV2l0aChzaGVldFRleHQpCisgICAgICAgICAgICAgICAg
JiYgc2hlZXRUZXh0Lmxlbmd0aCgpID49IG1lZGlhV2lraUtIVE1MRml4ZXNTdHlsZVNoZWV0Lmxl
bmd0aCgpIC0gMSkgewogICAgICAgICAgICAgQVNTRVJUKG1fc3R5bGVTaGVldC0+bGVuZ3RoKCkg
PT0gMSk7CiAgICAgICAgICAgICBFeGNlcHRpb25Db2RlIGVjOwogICAgICAgICAgICAgbV9zdHls
ZVNoZWV0LT5kZWxldGVSdWxlKDAsIGVjKTsK
</data>
<flag name="review"
          id="33801"
          type_id="1"
          status="+"
          setter="ap"
    />
          </attachment>
      

    </bug>

</bugzilla>