#2089 closed defect (bug) (fixed)
ajaxcat JS error on submit in IE
Reported by: | skeltoac | Owned by: | |
---|---|---|---|
Milestone: | Priority: | high | |
Severity: | minor | Version: | 2.0 |
Component: | Administration | Keywords: | ajaxcat |
Focuses: | Cc: |
Description
Cause: appendChild being used to create a <p> within a <p>, which is illegal but not impossible. It made IE barf. Appending a <span> instead.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [3323]) Fix JS error in IE. fixes #2089