Opened 8 years ago
Closed 7 years ago
#17401 closed defect (patchwelcome)
'onApplyCellEdit' does not work in IE
Reported by: | sam007 | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.8.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
It seems there is a bug in the 'onApplyCellEdit' event of dojox.EnhancedGrid?.
Here is a jsfiddle, http://jsfiddle.net/eZVkA/3/
Open it in Chrome and then in IE (any IE). If you edit the second column, change false to true, and press enter, u will see a message in the console, which means onApplyCellEdit is triggered.
But if you edit a cell and then, without pressing enter, click on the Destroy on OK button, onApplyCellEdit is triggered in Chrome but not in IE.
Note: See
TracTickets for help on using
tickets.
DojoX Grid and EnhancedGrid? are deprecated in favor of dgrid and gridx.
You should upgrade your code to use one of those two grids.
We will consider patches to the old DojoX Grid code though.