Ticket #6592 (closed defect: fixed)
InlineEditBox: does not replace " with " on editor creation
| Reported by: | guest | Owned by: | bill |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | Dijit | Version: | 1.1.0 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
InlineEditBox? will convert a typed " (quote) character into a " entity, but does not perform the reverse (convert a " entity into a " char) on editor creation.
save: function() has code to replace " with " edit: function() does not handle "/"
Change History
Note: See
TracTickets for help on using
tickets.