Ticket #766 (closed Bug: worksforme)

Opened 17 months ago

Last modified 13 months ago

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

Changed 17 months ago by martinkou

  • reporter changed from martinkou to anonymous

Changed 14 months ago by alfonsoml

  • keywords Pending added
  • component changed from General to UI : Toolbar

Does the problem exists with the current SVN code?

Changed 13 months ago by alfonsoml

  • status changed from new to closed
  • resolution set to worksforme

Expired

Note: See TracTickets for help on using tickets.