Opened 19 years ago
Last modified 4 years ago
#1726 new defect
Links are displayed badly in Win/IE when page direction is changed to "right-to-left"
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | translations |
Component: | i18n | Version: | none |
Severity: | normal | Keywords: | rtl layout |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
We're trying to display text in a right-to-left language (Hebrew) in the trac wiki as a default setting for all pages. So we've hacked wiki.cs as follows
<div id="content" class="wiki" dir="rtl">
when viewed with Win/IE 6, all the links go completely nuts. This is clearly connected with IE, since Firefox has no problem at all
Attachments (3)
Change History (7)
by , 19 years ago
Attachment: | DimaProject - Trac.mht added |
---|
by , 19 years ago
Attachment: | screenshot.JPG added |
---|
follow-up: 3 comment:1 by , 19 years ago
It seems the problem is caused by the setting
#content { padding-bottom: 2em; position: relative }
in trac.css. When "position" is changed to "static", the problem disappears.
comment:2 by , 18 years ago
Milestone: | → 0.10 |
---|
It seems nobody noticed this ticket Maybe setting a milestone will get some attention…
comment:3 by , 18 years ago
Milestone: | 0.10 → 0.11 |
---|
Replying to Dima <dima.batenkov@gmail.com>:
It seems the problem is caused by the setting
#content { padding-bottom: 2em; position: relative }
in trac.css. When "position" is changed to "static", the problem disappears.
That doesn't seem to help in Firefox. I18n support is scheduled for 0.11, so we'll try to fix this then.
comment:4 by , 15 years ago
Component: | wiki system → i18n |
---|---|
Keywords: | rtl layout added |
Milestone: | next-minor-0.12.x → translations |
Part of #9045.
Here's what happens (must be viewed in IE)