Avatar for Username

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

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 პასუხი
  • 2 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 16 ნახვა
  • ბოლოს გამოეხმაურა cor-el

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

ყველა პასუხი (2)

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"

See also:

(please do not comment in bug reports)