Issue with new Firefox 9.0.1 / Left Navigation box display UNDER #content

Fragment of a discussion from Project:Support desk
Jump to: navigation, search

I see, thanks for the tip. Update the MW was my plan B, but I was quite reluctant to do so.

Bhan9009:08, 5 January 2012
Edited by author.
Last edit: 21:43, 10 January 2012

I am experiencing the problem under 1.13.3, but not under 1.17.0. I am not quite ready to upgrade the wiki running 1.13.3 (wiki family configuration) due to some unresolved upgrade issues from 1.17.0, so I am looking for a tweak. If anyone could spare me the trouble of comparing tons of files, I'd appreciate it.

Julie C.21:18, 10 January 2012

I continued to Google and found a hack such that I don't have to upgrade immediately to fix this.

  • Edit skins/common/wikibits.js
  • Find these two lines and comment them out:
//var is_khtml = navigator.vendor == 'KDE' ||
// ( document.childNodes && !document.all && !navigator.taintEnabled );

I found the answer at Mozillazine, courtesy of 'jusix'.

Julie C.21:39, 10 January 2012

For the record, it's filed as bugzilla:31807. Users can also work around it using Adblock to block */monobook/KHTMLFixes.css.

Nemo21:43, 10 January 2012
 

Julie, thanks for pointing me the .js patch solution, I've implemented it tonight.

Bhan9000:59, 24 January 2012

Thanks Julie, it works with your solution. But, we also commented

//            } else if (is_khtml) {
//                           document.write('<link rel="stylesheet" type="text/css" href="'+stylepath+'/'+skin+'/KHTMLFixes.css">');
Tron13:15, 1 February 2012

I just commented these other two lines out two, for completeness.

Julie C.17:45, 1 February 2012