5

While displaying a pop-up window above a wysiwyg editor, the caret (cursor in text area) is still visible under the pop-up window. Any ideas?

PhiLho
  • 40,535
  • 6
  • 96
  • 134

1 Answers1

3

First idea coming to my mind is to blur() the textarea or put the focus elsewhere. Of course, I suppose the WYSIWYG editor uses a simple textarea, not a more complex DHTML component.

PhiLho
  • 40,535
  • 6
  • 96
  • 134
  • I tried blur before asking the question, but then another app gets the focus and the IE window is hidden –  Nov 17 '08 at 06:54