Edgewall Software
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: johan@… 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 johan@…, 20 years ago

Component: browsergeneral

Wrong component.

comment:2 by Christopher Lenz, 20 years ago

Milestone: 0.8
Owner: changed from Jonas Borgström to Christopher Lenz
Severity: normalblocker
Status: newassigned

This is my fault, so I'll try to fix it.

comment:3 by Christopher Lenz, 20 years ago

Priority: normalhighest

comment:4 by anonymous, 20 years ago

Test Comment NewSite

comment:5 by Christopher Lenz, 20 years ago

Keywords: layout added; diff prefs form IE removed
Resolution: fixed
Status: assignedclosed

This should be fixed in [863].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.