Modify ↓
Opened 20 years ago
Closed 20 years ago
#591 closed defect (fixed)
Can't click on prefs form elements in the diff view using IE
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | highest | Milestone: | 0.8 |
Component: | general | Version: | devel |
Severity: | blocker | Keywords: | layout |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
It would seem IE doesn't handle negative margins when floating forms. Removing the negative margin from source:trunk/htdocs/css/diff.css#802 fixes the problem with the form.
Index: css/diff.css =================================================================== --- css/diff.css (revision 802) +++ css/diff.css (working copy) @@ -34,7 +34,7 @@ width: 7em; } #overview dd { - margin: -1.3em 0 0 8em; + margin: 0 0 0 8em; } /* Colors for change types */
No idea how to fix it without breaking the layout though.
Attachments (0)
Change History (5)
comment:1 by , 20 years ago
Component: | browser → general |
---|
comment:2 by , 20 years ago
Milestone: | → 0.8 |
---|---|
Owner: | changed from | to
Severity: | normal → blocker |
Status: | new → assigned |
This is my fault, so I'll try to fix it.
comment:3 by , 20 years ago
Priority: | normal → highest |
---|
comment:5 by , 20 years ago
Keywords: | layout added; diff prefs form IE removed |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
This should be fixed in [863].
Note:
See TracTickets
for help on using tickets.
Wrong component.