Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10628
    LTT
    Participant

    document.selection.SelectAll();
    if( document.selection.IsEmpty ) alert( “IsEmpty” );
    if( document.selection.Text == “” ) alert( “Text” );

    Run this in a new (empty) window.
    alert( “IsEmpty” ) can not be triggered.

    #10629
    Yutaka Emura
    Keymaster

    Hello,

    I will fix this by the next version.

    Thank you!

    #10633
    LTT
    Participant

    Document.write(“”) can be used to delete the text selected.
    But document.selection.Text = “” can not.

    #10637
    Yutaka Emura
    Keymaster

    I will fix this on the next version.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.