Opened 18 years ago
Closed 18 years ago
#2042 closed Bug (fixed)
Executing the FitWindow command from the shortcut without a button raises an error
| Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | Frederico Caldeira Knabben |
|---|---|---|---|
| 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 (1)
Change History (5)
comment:1 Changed 18 years ago by
| Keywords: | Confirmed added |
|---|---|
| Milestone: | → FCKeditor 2.6 |
| Owner: | set to Frederico Caldeira Knabben |
| Status: | new → assigned |
Changed 18 years ago by
| Attachment: | 2042.patch added |
|---|
comment:2 Changed 18 years ago by
| Keywords: | Review? added |
|---|
comment:3 Changed 18 years ago by
| Keywords: | Review+ added; Review? removed |
|---|
comment:4 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fixed with [1778]. Click here for more info about our SVN system.

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