Edgewall Software
Modify

Opened 19 years ago

Last modified 3 years ago

#1726 new defect

Links are displayed badly in Win/IE when page direction is changed to "right-to-left"

Reported by: Dima <dima.batenkov@…> 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)

DimaProject - Trac.mht (45.0 KB ) - added by Dima <dima.batenkov@…> 19 years ago.
Here's what happens (must be viewed in IE)
screenshot.JPG (76.3 KB ) - added by Dima <dima.batenkov@…> 19 years ago.
rtlproblem.patch (358 bytes ) - added by Dima <dima.batenkov@…> 19 years ago.
That seems to have done the trick for me.

Download all attachments as: .zip

Change History (7)

by Dima <dima.batenkov@…>, 19 years ago

Attachment: DimaProject - Trac.mht added

Here's what happens (must be viewed in IE)

by Dima <dima.batenkov@…>, 19 years ago

Attachment: screenshot.JPG added

by Dima <dima.batenkov@…>, 19 years ago

Attachment: rtlproblem.patch added

That seems to have done the trick for me.

comment:1 by Dima <dima.batenkov@…>, 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 Dima <dima.batenkov@…>, 18 years ago

Milestone: 0.10

It seems nobody noticed this ticket Maybe setting a milestone will get some attention…

in reply to:  1 comment:3 by Matthew Good, 18 years ago

Milestone: 0.100.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 Christian Boos, 14 years ago

Component: wiki systemi18n
Keywords: rtl layout added
Milestone: next-minor-0.12.xtranslations

Part of #9045.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Jonas Borgström.
The ticket will be disowned.
as The resolution will be set. Next status will be 'closed'.
The owner will be changed from Jonas Borgström to anonymous. Next status will be 'assigned'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.