Opened 18 years ago
Closed 18 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 18 years ago by
| Component: | General → Core : Styles |
|---|---|
| Milestone: | → FCKeditor 2.5 |
comment:2 Changed 18 years ago by
| Owner: | set to Frederico Caldeira Knabben |
|---|---|
| Status: | new → assigned |
comment:3 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fixed with [774].
Click here for more info about our SVN system.

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.