Opened 17 years ago

Closed 17 years ago

#1106 closed Bug (fixed)

IE: FontFormat combo doesn't work

Reported by: Aleksey Onopriyenko Owned by: Frederico Caldeira Knabben
Priority: Normal Milestone: FCKeditor 2.5 Beta
Component: Core : Styles Version:
Keywords: Cc:

Description

If the editor use non-English language file the FontFormat combo doesn't work in IE.

RefreshActiveItems function (contained in fcktoolbarfontformatcombo.js) always get second parametes as string containing name of a format in English and pass it into SelectItemByLabel that assumes that the parameter (itemLabel) is localized string.

I am not sure what is the best way to fix it.

Change History (3)

comment:1 Changed 17 years ago by Frederico Caldeira Knabben

Component: GeneralCore : Styles
Milestone: FCKeditor 2.5

For version 2.5, we'll not anymore use execCommand for this one, which would most probably help us fixing this issue. Let's wait for the style system to come first.

comment:2 Changed 17 years ago by Frederico Caldeira Knabben

Owner: set to Frederico Caldeira Knabben
Status: newassigned

comment:3 Changed 17 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: assignedclosed

Fixed with [774].

Click here for more info about our SVN system.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy