#3407 closed defect (fixed)
[patch] [cla] DateTextbox and a test demo html file
Reported by: | guest | Owned by: | haysmark |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
3 things in patch
- remove the templatePath since it is defined in a mixin
- moved the constraints.selector definition to after the super call since it wasn't working the other way around
- added demo html file that provides three widgets
Attachments (1)
Change History (9)
Changed 14 years ago by
Attachment: | DateTextbox.patch added |
---|
comment:2 Changed 14 years ago by
Milestone: | → 0.9beta |
---|---|
Owner: | changed from bill to Douglas Hays |
Summary: | Patch for DateTextbox and a test demo html file → [patch] [cla] DateTextbox and a test demo html file |
comment:3 Changed 14 years ago by
Owner: | changed from Douglas Hays to haysmark |
---|
comment:4 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [9287]) Added a new DateTextbox? test to test_validate with no constraints. Move constraints.selector assignment after postMixinProperties superclass call. Removed templatePath from ComboBox? and DateTextbox? (already defined in _DropDownTextBox).
Fixes #3407. (Patch from Cameron, CLA on file)
comment:6 Changed 14 years ago by
Resolution: | → fixed |
---|
(In [9328]) The complicated DOM for buttons and comboboxes was breaking FF, so that clicking a button would make the arrow <td> get narrower. Use simpler DOM for the button. Seems to fix the problem, and looks the same (even noir). Fixes #3407.
There remains a problem with the arrow not being centered after click (refs #3542)
comment:8 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
patch