#4798 closed bug (notabug)
date paicker month and year dropdown are too big in ie 7 and ie 8
Reported by: | rohitbarde | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.core | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Month and year dropdown are too big causing it to display in two lines.
Attachments (1)
Change History (4)
Changed 13 years ago by
Attachment: | datepicker_ie8.bmp added |
---|
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Starting with a standards mode doctype is always a good idea. If thats the only problem...
Note: See
TracTickets for help on using
tickets.
I just changed my Doctype: <!DOCTYPE HTML PUBLIC "-W3CDTD HTML 4.01 TransitionalEN">
<!DOCTYPE HTML PUBLIC "-W3CDTD HTML 4.01EN">
But I don't like this fix. I hope somebody find another one.