Opened 11 years ago
Closed 11 years ago
#10423 closed defect (wontfix)
html inside dijit.Editor doesn't receive events on firefox
Reported by: | MarcosPri | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Editor | Version: | 1.4.0b |
Keywords: | editor, events, firefox | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
The HTML elements inside an editor do not fire the events (click, over...) associated to them on firefox (v3.5).
I attach an example where a span inside an editor has a onmousehover.
Attachments (1)
Change History (2)
Changed 11 years ago by
Attachment: | editorEvents.html added |
---|
comment:1 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Sorry, but Editor only supports normal HTML in it, not form elements or event handlers... just the stuff that a user can write using the Editor's GUI.