Ticket #5304 (closed defect: fixed)
InlineEditBox on TimeTextBox/DateTextBox requires extra click to close
| Reported by: | bill | Owned by: | haysmark |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | Dijit | Version: | 0.9 |
| Severity: | normal | Keywords: | |
| Cc: |
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
Note: See
TracTickets for help on using
tickets.