Opened 17 years ago
Closed 17 years ago
#1526 closed Bug (duplicate)
IE7 lost focus when using fckspecialcombo fields
Reported by: | mwz | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
I am trying zu integrate fckeditor to a cms. It is nessesary, that the toolbar and the editor area are in different frames (iframes dont work correctly here).
Up to now, most things works correctly. I have also used the modification from ticket #236 to the panels.
The only thing, what doesnt work is a "lost focus" problem with all toolbar items, that use the fckspecialcombo class (styles, fonts, size etc.). Everytime, when I select text and then click to one of this drop down, the text is unselected and the function cant be applicate. But - and this is special - only in IE, Firefox works correctly!
I have no idea, where I can fix this inside the fckeditor code. It is no problem to build a customized version of FCKeditor for this solution, but I need information, where I can find this "focus" mechanism an change them.
toolbar is on parent.framestoolbar?.document editeable area on parent.framescontent?.document (here is also the fckeditor init.
Change History (2)
comment:1 Changed 17 years ago by
Priority: | High → Normal |
---|
comment:2 Changed 17 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
In #236 it's already explained that there is a focus problem trying to use the toolbar that way, so that configuration is unsupported.
dup of #236