Opened 18 years ago
Closed 12 years ago
#772 closed Bug (wontfix)
Toolbar sharing source-view
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Toolbar | Version: | SVN (FCKeditor) - Retired |
Keywords: | SF | Cc: |
Description (last modified by )
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.
Change History (4)
comment:1 Changed 18 years ago by
Description: | modified (diff) |
---|---|
Reporter: | changed from Martin Kou to spad-xiii@… |
comment:2 Changed 17 years ago by
Component: | General → UI : Toolbar |
---|
comment:3 Changed 17 years ago by
Keywords: | Confirmed added |
---|---|
Version: | → SVN |
Confirmed but the bug has changed a little bit.
Firefox 2.0.0.12:
- steps to reproduce are the same as in spad-xiii@… description but the behavior is different. If you go back to FCKeditor 1 you will see that the whole toolbar is disabled and you aren't able to go back to normal view. Than if you click a pipe ( | ) between the toolbars buttons you will activate the toolbar but you will still be in source view and all the buttons will be activated as well.
- if you go back and forth again (from 1 to 2 and 1 again) the behavior will be the same as described by spad-xiii (everything will be active)
IE :
- go to FCKeditor 1 and switch Source View
- go to FCKeditor 2 - notice that the toolbar hasn't switch to normal view.
comment:4 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | confirmed → closed |
FCKeditor is no longer supported and this issue does not occur in CKEditor.
#953 has been marked as dup.
The error is #670