Opened 12 years ago
Closed 12 years ago
#7586 closed bug (wontfix)
autoSize calculated wrong when Input type is new HTML5 search
Reported by: | kiequoo | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.datepicker | Version: | 1.8.14 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When a datepicker is attached to an input with the 'search' type i.e.
<input type='search'>
and autoSize is enabled then the calculated size is too short due to the clear button that appears inside the control. I think only Webkit implements this control at the moment so this is the only place to see the problem for now.
Note: See
TracTickets for help on using
tickets.
This option just needs to be removed. It won't exist in the new API.