#5304 closed defect (fixed)
InlineEditBox on TimeTextBox/DateTextBox requires extra click to close
Reported by: | bill | Owned by: | haysmark |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
After [11685] an InlineEditBox? of a TimeTextBox? or DateTextBox? takes an extra click to close (just clicking a date on the calendar isn't sufficient, you need to click a blank area of the screen afterwards).
Problem is that TimeTextBox?.setDisplayedValue() doesn't call onChange(), although FilteringSelect?.setDisplayedValue() does call onChange(). Can you make it consistent so DateTextBox/TimeTextBox? also call onChange()?
Change History (4)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
I don't think we need to fix it. It's not a critical bug. But we could.
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
iiuc, this is also a 1.0.2 regression. do we need to fix there?