Opened 14 years ago
Closed 14 years ago
#7397 closed defect (fixed)
InlineEditBox should not call onChange with HTML entity names
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Using InlineEditBox?, if you type <&> in a textbox, then InlineEditBox?'s onChange is called incorrectly with "<&>"
Note: See
TracTickets for help on using
tickets.
(In [14755]) Fixes #7397 !strict. Moved creation of HTML entities from onChange parameter.