Changeset 808

Show
Ignore:
Timestamp:
04/04/07 17:13:03 (5 years ago)
Author:
wymsy
Message:

Fix focus problem when switching from html to wysiwyg in Gecko. See ticket #900.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/Gecko/Gecko.js

    r794 r808  
    736736        var sel = this.getSelection(); 
    737737        sel.getRangeAt(0).deleteContents(); 
     738        this._iframe.contentWindow.focus(); 
    738739      } 
    739740    }