Ticket #1307 (closed defect: fixed)
[Confirmed] Can't toggle between Text and WYSIWYG Mode
| Reported by: | guest | Owned by: | nicholasbs |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.96 |
| Component: | Xinha Core | Version: | trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
After toggle to text mode in function deactivateEditor Xinha._currentlyActiveEditor is set to false!
When calling the function updateToolbar there is no Xinha._currentlyActiveEditor and so the function get quit.
// if (this.suspendUpdateToolbar || Xinha._currentlyActiveEditor != this) return; if (this.suspendUpdateToolbar) return; ...
By Gocher
Change History
Note: See
TracTickets for help on using
tickets.
