Show
Ignore:
Timestamp:
08/14/08 15:39:26 (4 years ago)
Author:
nicholasbs
Message:

Fix for ticket #1259

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/new-dialogs/modules/Dialogs/XinhaDialog.js

    r1017 r1018  
    297297  } 
    298298  
    299   if ( modal ) this.editor.deactivateEditor(); 
     299  if ( modal ) 
     300  { 
     301    this.editor.deactivateEditor(); 
     302    this.editor.currentModal = dialog; 
     303  } 
    300304 
    301305  // unfortunately we have to hide the editor (iframe/caret bug) 
     
    435439    { 
    436440      this.editor.activateEditor(); 
     441      this.editor.currentModal = null; 
    437442    } 
    438443  }