Ticket #2042 (closed Bug: fixed)

Opened 2 months ago

Last modified 2 months ago

Executing the FitWindow command from the shortcut without a button raises an error

Reported by: alfonsoml Assigned to: fredck
Priority: Normal Milestone: FCKeditor 2.6
Component: UI : Toolbar Version: FCKeditor 2.5
Keywords: Confirmed Review+ Cc:

Description

load sample09, put the focus in the first editor and press the Ctrl+Alt+Enter combo to execute the FitWindow command, an error is generated (it doesn't matter the browser):

this._UIButton has no properties
File: editor/_source/classes/fcktoolbarbutton.js
Line: 55

Attachments

2042.patch (1.5 kB) - added by fredck on 03/22/08 18:08:43.

Change History

03/22/08 18:06:42 changed by fredck

  • keywords set to Confirmed.
  • owner set to fredck.
  • status changed from new to assigned.
  • milestone set to FCKeditor 2.6.

03/22/08 18:08:43 changed by fredck

  • attachment 2042.patch added.

03/22/08 18:09:30 changed by fredck

  • keywords changed from Confirmed to Confirmed Review?.

It happened because the FitWindow button is not present in the toolbar. The proposed patch should fix it.

03/22/08 18:25:36 changed by alfonsoml

  • keywords changed from Confirmed Review? to Confirmed Review+.

03/22/08 18:56:10 changed by fredck

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed with [1778]. Click here for more info about our SVN system.