Skip to main content

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)
  • ui-datepicker-ie8.jpg (14.7 KB) - added by krousseau March 20, 2009 06:02PM UTC.

    Screenshot of issue in ie8

Change History (4)

Changed April 08, 2009 01:41AM UTC by scottgonzalez comment:1

milestone: TBD1.8

Changed February 08, 2010 12:47PM UTC by bitstorm 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 btburnett3 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 scottgonzalez comment:4

resolution: → worksforme
status: newclosed

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.