Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

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 ŋuɖoɖowo
  • 2 masɔmasɔ sia le wosi
  • 21 views
  • Nuɖoɖo mlɔetɔ 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

All Replies (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)