Search and Top Navigation
#4798 closed bug (notabug)
Opened August 24, 2009 08:40AM UTC
Closed November 16, 2009 11:29AM UTC
Last modified October 11, 2012 09:15PM UTC
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 (3)
Changed September 11, 2009 07:32PM UTC by comment:1
Changed November 16, 2009 11:29AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | new → closed |
Starting with a standards mode doctype is always a good idea. If thats the only problem...
Changed October 11, 2012 09:15PM UTC by comment:3
milestone: | TBD |
---|
Milestone TBD deleted
I just changed my Doctype:
<!DOCTYPE HTML PUBLIC "-W3CDTD HTML 4.01 TransitionalEN">
to this one:
<!DOCTYPE HTML PUBLIC "-W3CDTD HTML 4.01EN">
But I don't like this fix. I hope somebody find another one.