#16852 closed Bug (fixed)
"Save and continue editing" and "Save and add another" swapped in 1.3.1
Reported by: | Jochem | Owned by: | Julien Phalip |
---|---|---|---|
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
It seems that the IE7 specific fix from changeset 16683 (https://code.djangoproject.com/changeset/16683) causes the "Save and continue editing" and "Save and add another" to be swapped from place in all browsers. Shouldn't IE specific fixes be in ie.css instead of forms.css?
Change History (4)
comment:1 by , 13 years ago
Owner: | changed from | to
---|---|
Severity: | Normal → Release blocker |
Triage Stage: | Unreviewed → Accepted |
comment:4 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
OK, there is no non-hacky way to get around IE7's issues with text-align. This was not a critical problem, therefore I've simply reverted the "fixes" both in trunk and in 1.3.X.
Note:
See TracTickets
for help on using tickets.
Thanks for the report. My bad was having backported it to r16684, too. This is minor, but it needs to be rectified.