Opened 12 years ago
Closed 12 years ago
#8535 closed defect (fixed)
dojox.widget.Calendar is clipping from bottom
Reported by: | pdhinoja | Owned by: | Shane O'Sullivan |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Widgets | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hi, I have hooked dojox.widget.calendar as a popupClass with DateTextBox?. It is observed that pop up calendar is clipping from bottom in FF. it is working fine in IE.
Attachments (1)
Change History (5)
Changed 12 years ago by
Attachment: | testDT.html added |
---|
comment:1 Changed 12 years ago by
Component: | Dojox → DojoX Widgets |
---|---|
Owner: | changed from Adam Peller to sos |
Priority: | high → normal |
Summary: | DateTextBox with dojox.widget.calender is clipping from bottom → dojox.widget.Calendar is clipping from bottom |
it seems the "Today: xxxx" string gets clipped when the date representation wraps. Upon closer examination, pdhinoja's test isn't even necessary -- dojox/widget/tests/test_Calendar.html shows this today (Wednesday, January 28, 2008) in my locale. It seems the Calendar widget doesn't have a flexible layout to allow for long date strings.
comment:2 Changed 12 years ago by
Owner: | changed from sos to Shane O'Sullivan |
---|
comment:3 Changed 12 years ago by
Milestone: | tbd → 1.4 |
---|
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fix for this was checked in in changeset http://bugs.dojotoolkit.org/changeset/17940
Note: See
TracTickets for help on using
tickets.
simple example of DateTextBox? with dojox.widget.calendar