Search and Top Navigation
#9889 closed bug (notabug)
Opened March 05, 2014 04:46PM UTC
Closed March 06, 2014 12:37PM UTC
Datepicker overflowing box
Reported by: | HaydenD | Owned by: | HaydenD |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.datepicker | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When using pt-BR Brazil language file datepicker table overflow the container div.
This can be fixed by using min-width:17em; instead of width:17em; on the ui-datepicker class
Attachments (0)
Change History (3)
Changed March 05, 2014 05:27PM UTC by comment:1
owner: | → HaydenD |
---|---|
status: | new → pending |
Changed March 06, 2014 10:27AM UTC by comment:2
status: | pending → new |
---|
Apologies it appears my personal css was overriding the "table thead th" font-size and increasing it to 1.2em pushing the table outside of the container. It still maybe worth considering changing the width to min-width to protect against this.
Please close the ticket.
Changed March 06, 2014 12:37PM UTC by comment:3
resolution: | → notabug |
---|---|
status: | new → closed |
Ok thanks.
Hi HaydenD,
Can you please provide a reduced test case that shows this behavior? I'm not seeing the problem: http://jsfiddle.net/qKS2v/
Thanks.