Ticket #898 (closed defect: inactive)
Inserting HTML comment in IE 7 doesn't work.
| Reported by: | guest | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Xinha Core | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
IE 7 seems to break the inserting of comments.
I've used a custom button to create a page break comment:
config.registerButton("pagebreak", "Insert Page Break", "/htmlarea/images/ed_hr.gif", false,
function(editor, id) { editor.insertHTML('<!-- PAGE BREAK -->');
}
);
It work in FF, but not in IE 7. It works if I change the HTML to something else.
Change History
Note: See
TracTickets for help on using
tickets.
