Page MenuHomePhabricator

Things are left to the TOC in RTL wikis
Closed, ResolvedPublic

Description

Author: eran_roz

Description:
This bug didn't happen in 1.4.5 - it happens in 1.5beta1.
Titles and texts in RTL wikis are left to the TOC instead of below it. As you
can see here:
http://ar.wiktionary.org/wiki/%D8%A7%D8%AE%D8%AA%D8%B7%D9%81

In order to solve it we added this code to MediaWiki:monobook.css in hewikiquote:
table#toc { float: none; }

A sample page with TOC in hewikiquote can be found here:
http://he.wikiquote.org/wiki/%D7%95%D7%99%D7%A7%D7%99%D7%A4%D7%93%D7%99%D7%94:%D7%9E%D7%96%D7%A0%D7%95%D7%9F

I think it works fine after adding it- but I didn't check it yet on IE.
If it doesn't cause to any other problems - should be added to rtl.css

If it cause to other problems a better solution should be found (maybe margin or
clear?).


Version: 1.5.x
Severity: minor
URL: http://ar.wiktionary.org/wiki/%D8%A7%D8%AE%D8%AA%D8%B7%D9%81

Details

Reference
bz2545

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:37 PM
bzimport set Reference to bz2545.

zigger wrote:

Severity changed from major to minor, as it has a workaround. The problem and
the current workaround both seem to behave the same in IE6-SP1+ and Firefox 1.04.

Removing:

#toc {

float: right;

}

from rtl.css seems to fix the issue in firefox 1.04.

Committing it to cvs.

Wikipedia installation got synced. The issue looks fixed now.
Feel free to reopen the bug if it's not the case :o)