Changeset 617


Ignore:
Timestamp:
05/01/09 12:00:55 (3 years ago)
Author:
jf.hovinne
Message:

Fix #154 (thanks weswinham).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wymeditor/jquery.wymeditor.js

    r615 r617  
    841841  jQuery(this._box).find(this._options.toolSelector).click(function() { 
    842842    wym.exec(jQuery(this).attr(WYMeditor.NAME)); 
     843    wym._iframe.contentWindow.focus(); //See #154 
    843844    return(false); 
    844845  }); 
     
    867868      wym.toggleClass(sName, jqexpr); 
    868869    } 
     870    wym._iframe.contentWindow.focus(); //See #154 
    869871    return(false); 
    870872  }); 
Note: See TracChangeset for help on using the changeset viewer.