Opened 15 years ago

Closed 13 years ago

#11203 closed Bug (fixed)

ie not rendering correctly rtl forms

Reported by: hadaraz Owned by: Hello Ok
Component: contrib.admin Version: dev
Severity: Normal Keywords: admin css rtl
Cc: somarsom2000@… Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This ticket is related to #10601. There is a rendering problem with ie on rtl forms with inlines. The delete check box is not aligned correctly to the left. Also related are the save buttons which should be aligned to the left as well, see attached pic (ie2.jpg). the pic is from ie7 on winxp, using firefox with ietab (embedded ie).

Attachments (2)

ie2.jpg (51.4 KB ) - added by hadaraz 15 years ago.
ie7 rendering rtl form with inlines
patch.diff (585 bytes ) - added by Hello Ok 13 years ago.
The patch that fixes the bug

Download all attachments as: .zip

Change History (10)

by hadaraz, 15 years ago

Attachment: ie2.jpg added

ie7 rendering rtl form with inlines

comment:1 by hadaraz, 15 years ago

Version: 1.0SVN

The version of django is SVN, and not 1.0 as seen on the ticket.

comment:2 by Alex Gaynor, 15 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Hello Ok, 13 years ago

Cc: somarsom2000@… added
Owner: changed from nobody to Hello Ok

comment:4 by Hello Ok, 13 years ago

Status: newassigned

by Hello Ok, 13 years ago

Attachment: patch.diff added

The patch that fixes the bug

comment:5 by Hello Ok, 13 years ago

Has patch: set

comment:6 by Chris Beaven, 13 years ago

Severity: Normal
Type: Bug

Good job on the fix, karahello. I suggest making some noise in the django-dev group to get this pushed through.

comment:7 by Jannis Leidel, 13 years ago

Triage Stage: AcceptedReady for checkin

comment:8 by Jannis Leidel, 13 years ago

Resolution: fixed
Status: assignedclosed

In [16065]:

Fixed #11203 -- Stopped some form fields in the admin from rendering incorrectly in RTL mode when using Internet Explorer.

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