Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#16144 closed Bug (fixed)

Admin changelist quite broken for RTL

Reported by: Luke Plant Owned by: nobody
Component: contrib.admin Version: 1.3
Severity: Release blocker Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Various things are wrong with RTL changelist in Django 1.3, most noticeably the filters obscure the last column, and there is a big gap before the first column.

Screenshot will be attached (names are fictitious, don't worry).

Review appreciated to ensure that it isn't just me doing something stupid.

The fix needs to be backported to 1.3.X

Attachments (1)

rtl broken.png (105.4 KB ) - added by Luke Plant 13 years ago.
screenshot

Download all attachments as: .zip

Change History (4)

by Luke Plant, 13 years ago

Attachment: rtl broken.png added

screenshot

comment:1 by Aymeric Augustin, 13 years ago

Triage Stage: UnreviewedAccepted

Confirmed, setting LANGUAGE_CODE to 'he' and USE_I18N to False triggers this problem.

comment:2 by Luke Plant, 13 years ago

Resolution: fixed
Status: newclosed

In [16314]:

Fixed #16144 - layout of admin changelist broken for RTL languages.

comment:3 by Luke Plant, 13 years ago

In [16315]:

[1.3.X] Fixed #16144 - layout of admin changelist broken for RTL languages.

Backport of [16314] from trunk.

Note: See TracTickets for help on using tickets.
Back to Top