Den här webbplatsen har begränsad funktionalitet medan vi utför underhåll för att förbättra din upplevelse. Om en artikel inte löser ditt problem och du vill ställa en fråga har vi vår gemenskap som väntar på att hjälpa dig på @FirefoxSupport på Twitter, /r/firefox på Reddit.

Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Läs mer

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 svar
  • 2 har detta problem
  • 16 visningar
  • Senaste svar av 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

Alla svar (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)