Ticket #1316 (closed defect: fixed)
In InternetExplorer, the cursor is lost when switching into source mode
| Reported by: | guest | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.96 |
| Component: | Browsers_InternetExplorer | Version: | trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
if You switch between the modes in IE7 the is no visible Cursor
Xinha.prototype.findCC = function ( target )
{
...
if( range.findText( escape(Xinha.cc) ) )
{
range.select();
range.text = '';
range.select(); //<-- insert this line
}
if( range.findText( Xinha.cc ) )
{
range.select();
range.text = '';
range.select(); //<-- insert this line
}
if ( target == 'textarea' ) this._textArea.focus();
};
Gocher
Change History
Note: See
TracTickets for help on using
tickets.
