Changeset 6412

Show
Ignore:
Timestamp:
07/08/08 01:29:00 (21 months ago)
Author:
daybreaker
Message:

#714: 수정 완료.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/FM_Modern/editor.js

    r6337 r6412  
    14021402                    this.selectedAnchorElement.target = target; 
    14031403                getObject(this.id + "propertyHyperLink").style.display = "none"; 
     1404                if(STD.isIE) 
     1405                    this.selection.select(); 
    14041406            } 
    14051407            else { 
     
    14211423                link += ">"; 
    14221424                if(STD.isIE) { 
    1423                     this.selection.select(); 
     1425                    this.selection.select(); 
    14241426                    this.selection.pasteHTML(link + this.selection.htmlText + "</a>"); 
    14251427                }