Opened 10 years ago
Closed 10 years ago
#12211 closed defect (fixed)
DataGrid TextBox editable cell escapes the '&' in its value
Reported by: | zhuxw | Owned by: | evan |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Grid | Version: | 1.6.0b1 |
Keywords: | TextBox editable cell | Cc: | |
Blocked By: | Blocking: |
Description
Dijit TextBox? editable cell in data grid escapes all the '&' characters when entering editing mode, and it does not revert this escape process when editing is completed. For example: if the original data is "A & B", after entering editing mode, the text box shows "A & B". Then click somewhere else to submit edit, the data becomes "A & B" instead of "A & B".
Attachments (1)
Change History (4)
Changed 10 years ago by
Attachment: | editable-cell-escape.patch added |
---|
comment:1 Changed 10 years ago by
Owner: | changed from bryanforbes to evan |
---|
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Patch from Xiao Wen Zhu(Oliver) - IBM, CCLA, by reverse the escaped characters when changes are applied