Ticket #1545 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

Changed 3 years ago by ejucovy

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 0.97

Fixed in r1283.

Changed 3 years ago by ejucovy

  • keywords toolbar added
Note: See TracTickets for help on using tickets.