Changeset 1109

Show
Ignore:
Timestamp:
2007-11-24 13:02:22 (2 years ago)
Author:
fredck
Message:

Fixed #1558 : Context menu panels are now explicitly closed on item selection, instead of using window.blur only.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/_source/classes/fckmenublock.js

    r919 r1109  
    9696function FCKMenuBlock_Item_OnClick( clickedItem, menuBlock ) 
    9797{ 
     98        if ( menuBlock.Hide ) 
     99                menuBlock.Hide() ; 
     100 
    98101        FCKTools.RunFunction( menuBlock.OnClick, menuBlock, [ clickedItem ] ) ; 
    99102}