Closed (fixed)
Project:
Subscriptions
Version:
5.x-2.0-beta12
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Feb 2008 at 13:52 UTC
Updated:
9 Apr 2008 at 13:07 UTC
Because the header of the "On updates" column in the table in the Subscribe fieldset has the attribute width="1" the text "On updates" is displayed vertically by IE7 (because it interprets that width setting as meaning that it can only puts one character in each line).
The solution of course is to take out the width="1" attribute. The very simple patch is attached.
I assume that the reason it was there in the first place is that on most browsers it has the effect of making the column the same width as the header. I don't know how to achieve that effect in IE7.
| Comment | File | Size | Author |
|---|---|---|---|
| subscriptions_ui.module.patch | 763 bytes | gustav |
Comments
Comment #1
salvisThat is weird behavior of IE.
The attribute is not width="1", but width="1*", which does not mean one character, but one part, where one part means the width required to display the column, which is typically the width of the widest word in the column (which happens to be the header here).
I've introduced this to keep the columns from spanning the entire width, which moves the "On comments" column far to the right and looks downright ugly. I wish there was a solution for achieving that goal that even works with IE7...
Comment #2
salvisPlease try this:
Maybe it helps...
Comment #3
salvisPlease let me know whether the IE7 display issue still occurs with BETA12.
Comment #4
salvis