Ticket #772 (closed Bug: wontfix)
Toolbar sharing source-view
| Reported by: | spad-xiii@… | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | UI : Toolbar | Version: | SVN (FCKeditor) - Retired |
| Keywords: | SF | Cc: |
Description (last modified by martinkou) (diff)
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
comment:1 Changed 6 years ago by martinkou
- Description modified (diff)
- Reporter changed from martinkou to spad-xiii@…
comment:3 Changed 5 years ago by w.olchawa
- Keywords Confirmed added
- Version set to 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.
Note: See
TracTickets for help on using
tickets.
