Opened 10 years ago
Closed 9 years ago
#1230 closed defect (fixed)
[PATCH] CSS width attribute breaks select display in IE
Reported by: | guest | Owned by: | gogo |
---|---|---|---|
Priority: | normal | Milestone: | 0.96 |
Component: | Xinha Core | Version: | |
Severity: | normal | Keywords: | xinha select css width ie internetexplorer patch |
Cc: |
Description
If there's a CSS block for the select tag specifying a width as percentage, e.g.
select {width: 100%}
IE won't display Xinha's dropdown lists. :(
Tested with: 0.95, 0.94
Possible fix: Set the dropdown list's width to 'auto' upon creation :o)
Fix was tested with IE and FF (2.0.0.14) and did not seem to break anything... :)
I'll try to attach a diff against current trunk (rev 1001)
Attachments (1)
Change History (3)
Changed 10 years ago by guest
comment:1 Changed 10 years ago by gogo
- Keywords patch added
- Summary changed from CSS width attribute breaks select display in IE to [PATCH] CSS width attribute breaks select display in IE
comment:2 Changed 9 years ago by nicholasbs
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Patch applied in r1147. Tested and works in FF3, Safari, IE6, IE7, and Chrome.
(Note that the bug actually affected all browsers, and not just IE; previously, Safari and Chrome did not show the popup menus, and in FF the menus appeared with minimal widths.)