Last modified: 2010-09-05 10:55:33 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T27060, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 25060 - Term of content problem on right to left languages
Term of content problem on right to left languages
Status: RESOLVED DUPLICATE of bug 25061
Product: MediaWiki
Classification: Unclassified
Internationalization (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
http://ar.wikipedia.org/wiki/%D9%85%D...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-09-05 00:53 UTC by [no longer active user]
Modified: 2010-09-05 10:55 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description [no longer active user] 2010-09-05 00:53:31 UTC
Term of content number have problem on Right To Left language.

something same this:
== a ==
== b ==
=== c ===
== a ==
== b ==
=== c ===
must become this on toc:

Contents [hide]
1 a
2 b
2.1 c
3 a
4 b
4.1 c

but on RTL wiki, we are seeing other thing! something same:
1 a
2 b
1.2 c
3 a
4 b
1.4 c

(numbers are inverted)

for fix this problem, we can easily put
 
.tocnumber {
	unicode-bidi:bidi-override;
	direction:rtl;
}

on main-rtl.css that can fix this problem on rtl languages.

thanks.
Comment 1 Alexandre Emsenhuber [IAlex] 2010-09-05 10:55:33 UTC

*** This bug has been marked as a duplicate of bug 25061 ***

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links