Skip to main content

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 tj.vantoll comment:1

owner: → HaydenD
status: newpending

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.

Changed March 06, 2014 10:27AM UTC by HaydenD comment:2

status: pendingnew

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 tj.vantoll comment:3

resolution: → notabug
status: newclosed

Ok thanks.