Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Learn More

FF 9: wikia-pages with tool-boxes on the left (Navigation, Search, Toolbox etc.), boxes aren't on top as before but go right on the bottom.

  • 2 odgovora
  • 2 imaju ovaj problem
  • 16 prikaza
  • Posljednji odgovor od cor-el

more options

First problem with FF9: when using wikia-pages that have their toolboxes (Navigation, Search, Toolbox etc.) on the top-left of the page, they go on the bottom of the page instead.

See: http://www.felarya.com/wiki/index.php?title=Main_Page http://ninja-theatre.com/wiki/Main_Page http://www.comixpedia.org/index.php?title=Main_Page

First problem with FF9: when using wikia-pages that have their toolboxes (Navigation, Search, Toolbox etc.) on the top-left of the page, they go on the bottom of the page instead. See: http://www.felarya.com/wiki/index.php?title=Main_Page http://ninja-theatre.com/wiki/Main_Page http://www.comixpedia.org/index.php?title=Main_Page

Svi odgovori (2)

more options

Fix is here: https://bugzilla.wikimedia.org/show_bug.cgi?id=23526 in wikibits.js " Line 11 (insert): var is_epiphany = clientPC.indexOf('applewebkit') != -1 && clientPC.indexOf('mozilla') != -1;

Line 108 (replace): } else if (is_khtml && !is_epiphany) {


Mind that older versions of epiphany could be using gecko renderer (I believe v2.26 was available with both gecko and webkit) From 2.28 on they permanently chose to use webkit exclusively. Though I don't think this will cause problems with this fix.

I noticed this using Monobook skin, but this could probably occur on other skins as well.

Comment 1 Jonas 2010-05-14 12:31:25 UTC

Created attachment 7373 [details] Proposed patch for skins/common/wikibits.js (as explained in bug report)

Comment 2 Derk-Jan Hartman 2010-05-14 14:32:34 UTC"

Or just remove the file: " KHTMLFixes.css was already removed in r53141"

more options

See also:

(please do not comment in bug reports)