Opened 17 years ago

Closed 16 years ago

#766 closed Bug (worksforme)

Detach toolbar from iframe

Reported by: anonymous Owned by:
Priority: Normal Milestone:
Component: UI : Toolbar Version:
Keywords: SF Pending Cc:

Description

Hi,

I detach the toolbar from the iframe. And change code like

window.document.getElementById('eSourceField').focus(); to be window.parent.framesif_main?.document.getElementById('eSourceField').foc us();

everything working fine! except that i lose focus on the selected text when i click on a FCKToolbarSpecialCombo or a empty space in the toolbar.

other regular button like BOLD, italic, or dialog box work fine.

do you have any idee where i forget to change the code

thanks


Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1536691&group_id=75348&atid=543653

Change History (3)

comment:1 Changed 17 years ago by Martin Kou

Reporter: changed from Martin Kou to anonymous

comment:2 Changed 16 years ago by Alfonso Martínez de Lizarrondo

Component: GeneralUI : Toolbar
Keywords: Pending added

Does the problem exists with the current SVN code?

comment:3 Changed 16 years ago by Alfonso Martínez de Lizarrondo

Resolution: worksforme
Status: newclosed

Expired

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