Search and Top Navigation
#7953 closed bug (fixed)
Opened December 14, 2011 11:01AM UTC
Closed July 16, 2014 07:56PM UTC
Last modified July 16, 2014 07:56PM UTC
datepicker show year/month in different lines when yearSuffix is not empty and changeYear/changeMonth both true
Reported by: | jacklondon | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.11.1 |
Component: | ui.datepicker | Version: | 1.8.17 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
datepicker show year/month in different lines when yearSuffix is not empty and changeYear/changeMonth both true.
the root cause should be the width of select.ui-datepicker-year/ui-datepicker-month are both 49%. When yearSuffix is not empty,select object of year/month will be in different lines.
suggest change css width from 49% to a smaller value.
Attachments (0)
Change History (7)
Changed December 14, 2011 11:34AM UTC by comment:1
Changed October 11, 2012 02:43PM UTC by comment:2
milestone: | 1.9.0 → 1.11.0 |
---|
Changed October 19, 2012 08:12PM UTC by comment:3
status: | new → open |
---|
Changed June 24, 2014 11:14PM UTC by comment:4
milestone: | 1.11.0 → none |
---|
Changed July 14, 2014 06:32PM UTC by comment:5
Changed July 16, 2014 07:56PM UTC by comment:6
resolution: | → fixed |
---|---|
status: | open → closed |
Datepicker: Show year/month on the same line
Fixes #7953
Closes gh-1277
Changeset: 98583a6563e7ae98ed67b5d70db2bff814c11e4e
Changed July 16, 2014 07:56PM UTC by comment:7
milestone: | none → 1.11.1 |
---|
i have create a test case at
http://jsfiddle.net/Fa6XZ/