Last modified: 2010-05-15 15:37:56 UTC
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?).
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)