Search and Top Navigation
#4378 closed bug (worksforme)
Opened March 20, 2009 06:02PM UTC
Closed October 26, 2010 03:06PM UTC
Month & Year Dropdowns are too big in ie8
Reported by: | krousseau | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.datepicker | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The month and year dropdown menus are too big in ie8. They overlap and thus display on 2 separate lines. This is not an issue in ie7 or firefox.
Attachments (1)
Change History (4)
Changed April 08, 2009 01:41AM UTC by comment:1
milestone: | TBD → 1.8 |
---|
Changed February 08, 2010 12:47PM UTC by comment:2
I have a similar problem with firefox 3.5 on Ubuntu 9.10 64 bit. To fix it I've changed dropdown menus's width from 49% to 45% (or lower) :
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 45%;}
Changed February 22, 2010 05:00PM UTC by comment:3
Looks like this may have been fixed, unable to replicate in current trunk 1.8rc2. Can anyone else confirm?
Changed October 26, 2010 03:06PM UTC by comment:4
resolution: | → worksforme |
---|---|
status: | new → closed |
I also can't reproduce this, even going back as far as 1.7.0. If anyone is still having problems, please post a test page showing the problem.