Edgewall Software

Opened 14 years ago

Last modified 13 years ago

#9406 closed enhancement

wiki-toc float value should be RTL-aware — at Initial Version

Reported by: Itamar Ostricher Owned by:
Priority: normal Milestone: 1.0
Component: wiki system Version: 0.12.2
Severity: normal Keywords: rtl
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

The TracGuide and TocMacro use the wiki-toc class for floating div.

When a page is right-to-left, the floating div should be floating left.

Assuming right-to-left pages are created using some top-level container of the form:

{{{
#!div class=rtl
...
}}}

The direction-aware float may be achieved with the attached rtl-css.patch patch.

Change History (1)

by Itamar Ostricher, 14 years ago

Attachment: rtl-css.patch added

Patch that introduces some RTL support to CSS

Note: See TracTickets for help on using tickets.