Modify ↓
Ticket #591 (closed defect: fixed)
Opened 8 years ago
Last modified 7 years ago
Can't click on prefs form elements in the diff view using IE
| Reported by: | johan@… | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | highest | Milestone: | 0.8 |
| Component: | general | Version: | devel |
| Severity: | blocker | Keywords: | layout |
| Cc: | |||
| Release Notes: | |||
| API 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
Change History
comment:1 Changed 8 years ago by johan@…
- Component changed from browser to general
comment:2 Changed 8 years ago by cmlenz
- Milestone set to 0.8
- Owner changed from jonas to cmlenz
- Severity changed from normal to blocker
- Status changed from new to assigned
This is my fault, so I'll try to fix it.
comment:3 Changed 8 years ago by cmlenz
- Priority changed from normal to highest
comment:4 Changed 8 years ago by anonymous
Test Comment NewSite?
comment:5 Changed 7 years ago by cmlenz
- Keywords layout added; diff prefs form IE removed
- Resolution set to fixed
- Status changed from assigned to closed
This should be fixed in [863].
Note: See
TracTickets for help on using
tickets.



Wrong component.