Opened 15 years ago
Closed 15 years ago
#234 closed defect (wontfix)
Rich Text Editor not reopening in Firefox
Reported by: | rvm | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
_richText.open() does not work after _richText.close(), Firefox 1.5
See an example (click on 'highlited' text, save/cancel, click again). It is work fine in the IE.
Note: See
TracTickets for help on using
tickets.
This is due to bugs in Firefox:
1) contentEditable is not supported so we have to rely on iframes 2) when an iframe is removed from a document in Firefox it loses its child document and so cannot be used again.
The simple workaround to this is to just instantiate a new Editor instead of reopening a previous one.
Until one of these bugs is fixed in Gecko, marking as wontfix.