Opened 9 years ago
Closed 8 years ago
#13912 closed defect (patchwelcome)
First selection of a cell type:dojox.grid.cells.Editor in the DataGrid deletes the value in Chrome 13
Reported by: | mfinkenhagen | Owned by: | Evan |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Browser type and version:Chrome v13 and Safari v5 OS: Windows XP sp3 Steps:
- Load or refresh a page with a dojox.grid.DataGrid? on it that contains a dojox.grid.cells.Editor cell type.
- The first time an Editor cell is selected the Editor is opened with the text missing. When focus is removed the Editor goes away and the cell is now empty effectively deleting the value. Using the dojo.store.JsonRest? a empty string is sent back to the service for an update.
To test use Demo: Editing in a Grid or the attached file.
Attachments (1)
Change History (5)
Changed 9 years ago by
comment:2 Changed 9 years ago by
Component: | General → DojoX Grid |
---|---|
Owner: | set to Evan |
comment:3 Changed 8 years ago by
comment:4 Changed 8 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
An example with a datagrid and an editor cell type