Opened 18 years ago
Last modified 13 years ago
#772 closed Bug
Toolbar sharing source-view — at Initial Version
Reported by: | Martin Kou | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Toolbar | Version: | SVN (FCKeditor) - Retired |
Keywords: | SF | Cc: |
Description
In Firefox there is a big error with the source view and shared toolbar
To reproduce:
- open up html/sample10.html
- click in the first editor
- click Source
- click in the second editor
- click in the first editor
All buttons are still active as if it's not in source view?
- select some text and click Bold
a nice error comes in the JavaScript Console:
Error: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.execCommand]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: file:///.../FCKeditor/editor/js/fckeditorcode_gecko.js :: anonymous :: line 37" data: no]
When doing this in Internet Explorer, the toolbar gets disabled when you try to click Bold.