Ticket #1545 (closed defect: fixed)
Unformat plugin uses wrong case to locate toolbar object
| Reported by: | guest | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.97 |
| Component: | Plugins | Version: | trunk |
| Severity: | normal | Keywords: | toolbar |
| Cc: |
Description
The UnFormat? plugin tries to use 'UnFormat?' as the name for it's toolbar object, after registering it as 'unformat'. Since JavaScript? is case-sensitive, this fails.
Suggested fix: line 40 of UnFormat?.js:
this.editor._toolbarObjects.unformat.state("enabled", false);
Change History
Note: See
TracTickets for help on using
tickets.
