#3572 closed defect (fixed)
Regression in [9297] DateTextbox; cannot edit a DateTextbox InlineEditBox
Reported by: | haysmark | Owned by: | haysmark |
---|---|---|---|
Priority: | blocker | Milestone: | 0.9beta |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
See the DateTextbox? at: http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/form/test_InlineEditBox.html
It is displaying the native style GMT date, which is wrong. If you click to open the DateTextbox?, you get a JS error (or nothing if you are only looking at the Firebug lite console). It is IMPOSSIBLE to change the value of that particular InlineEditBox?.
This is due the major change in [9297] that removed _DropDownTextBox from the inheritance and rewrote the DateTextbox? popup code.
Change History (4)
comment:1 Changed 14 years ago by
Component: | General → Dijit |
---|
comment:2 Changed 14 years ago by
Owner: | changed from bill to haysmark |
---|---|
Status: | new → assigned |
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [9395]) Fixes #3572. Proxy commit for haysmark. Added get/setDisplayedValue to DateTextbox?. Addresses regression made in [9297] by removal of _DropDownTextBox from the inheritance, which caused InlineEditBox? to break.
comment:4 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Bill is on vacation, so I will try to fix his changes myself.