Summary | Source Log ugly in IE - nice in Firefox |
Queue | Chora |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | Horde Developers (at) |
Requester | mike (at) pelley (dot) com |
Created | 06/25/2005 (7396 days ago) |
Due | |
Updated | 06/26/2005 (7395 days ago) |
Assigned | 06/25/2005 (7396 days ago) |
Resolved | 06/26/2005 (7395 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Source Log ugly in IE - nice in Firefox
Queue ⇒ Chora
New Attachment: rev.inc-diff
the log message boxes on the right are usually the same size as the
information boxes on the left. In IE the log message boxes are often
quite a bit smaller, making the page look much more patchy.
The attached patch does not change the appearance of the source log in
Firefox at all and corrects the appearance in IE. It also reduces the
complexity of the HTML for the information boxes on the left by
removing many unnecessary table rows and replacing them with <br />
tags. I would have used <br> but I noticed others seem to use the <br
/>.
I've only checked this on windows using Firefox 1.0.1 and the most recent IE.