Opened 13 years ago
Closed 13 years ago
#4265 closed defect (fixed)
InlineEditBox handler cancel
Reported by: | guest | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | low | Milestone: | 1.0 |
Component: | Dijit | Version: | 0.9 |
Keywords: | InlineEditBox | Cc: | |
Blocked By: | Blocking: |
Description
The InlineEditBox? handler should have a way to cancel the save. For example, if a user tries to save invalid details, the handler should be able to check that it is correct, and avoid the "save" otherwise (that is, avoid the new value from being displayed instead of the old value).
Change History (2)
comment:1 Changed 13 years ago by
Component: | General → Dijit |
---|---|
Owner: | changed from anonymous to Douglas Hays |
Priority: | high → low |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Right, Mark brought this up too. Our Validation widgets can say that a value is valid/invalid so maybe should piggyback that, at least for the case where we are displaying the save/cancel buttons.