I need to prevent cursor flickering in editor when adding objects to the DOM.

  •  02-16-2009, 11:26 AM

    I need to prevent cursor flickering in editor when adding objects to the DOM.

    Hi,
     
    I have a javascript function that performs some fairly heavty DOM manipulations, and while that is happening if the cursor is over the editor window where the text is it flickers between an hour glass and a vertical line.  I'd like to force it to an hour glass till the DOM manipulations are complete.  How do I do that?
     
    Thanks.
View Complete Thread