Changeset 1131
- Timestamp:
- 11/28/07 09:41:32 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/classes/fckpanel.js
r1130 r1131 164 164 else 165 165 { 166 // Do not fire OnBlur while the panel is opened. 167 if ( typeof( FCK.ToolbarSet.CurrentInstance.FocusManager ) != 'undefined' ) 168 FCK.ToolbarSet.CurrentInstance.FocusManager.Lock() ; 169 170 if ( this.ParentPanel ) 171 this.ParentPanel.Lock() ; 172 166 173 // Be sure we'll not have more than one Panel opened at the same time. 167 174 if ( FCKPanel._OpenedPanel ) 168 175 FCKPanel._OpenedPanel.Hide() ; 169 170 // Do not fire OnBlur while the panel is opened.171 if ( typeof( FCK.ToolbarSet.CurrentInstance.FocusManager ) != 'undefined' )172 FCK.ToolbarSet.CurrentInstance.FocusManager.Lock() ;173 174 if ( this.ParentPanel )175 this.ParentPanel.Lock() ;176 176 177 177 FCKDomTools.SetElementStyles( eMainNode, … … 271 271 else 272 272 { 273 if ( !this._IsOpened )273 if ( !this._IsOpened || this._LockCounter > 0 ) 274 274 return ; 275 275
Note: See TracChangeset
for help on using the changeset viewer.
