Opened 13 years ago
Closed 13 years ago
#4101 closed defect (fixed)
themetester: inlineedit/textarea has problems with html tags as text
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Run themetester using FF/win. Editable Text tab. In the InlineEditBox?+TextArea? section, click to edit. Type text and then ESC to undo. The < and > characters change to < and > and ESC will not close the edit session.
Change History (2)
comment:1 Changed 13 years ago by
Owner: | changed from haysmark to Douglas Hays |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [10138]) Fixes #4101. Changed iframe event handler from window back to document for everything except resize. Preprocess the value string to remove html entities.