#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 (2)
comment:1 Changed 9 years ago by ejucovy
- Milestone set to 0.97
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 9 years ago by ejucovy
- Keywords toolbar added
Note: See
TracTickets for help on using
tickets.
Fixed in r1283.