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?
Asked
Active
Viewed 1,640 times
5
-
By pop-up window you mean a div-Element on top of the page, right? – splattne Nov 16 '08 at 08:46
1 Answers
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