#5989 closed defect (fixed)
InlineEditBox: doesn't auto-save first time
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 1.1b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In test_InlineEditBox.html, initially clicking the calendar or the ComboBox for state, and then selecting a value from the drop down, the InlineEditBox stays in edit mode rather than returning to view mode like it should. It will revert if you click a blank area of the screen.
Works correctly if you repeat the edit.
Tested on IE6 and FF3/mac.
Note: See
TracTickets for help on using
tickets.
(In [12710]) Fixes #5989 !strict. Added optional priorityChange boolean parameter to setDisplayedValue to prevent bogus onChange events.