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?
+2
A:
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
2008-11-16 08:54:18
I tried blur before asking the question, but then another app gets the focus and the IE window is hidden
2008-11-17 06:54:06