Opened 10 years ago
Closed 10 years ago
#1127 closed defect (fixed)
InsertImage and probably other things using insertNodeAtSelection() not working in FF3
Reported by: | ray | Owned by: | gogo |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | Xinha Core | Version: | |
Severity: | blocker | Keywords: | |
Cc: |
Description
as of FF3, Gecko is strict regarding the ownerDocument of an element, so when a plugin creates an Element with document.createElement() and tries to insert it in the editor document using editor.insertNodeAtSelection(), it will fail
Change History (1)
comment:1 Changed 10 years ago by ray
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
fixed rev [929]