[jQuery] can't return focus

[jQuery] can't return focus


i am putting together a basic text editor and to reduce pasting styled
content in to the editor i open up a div with a textarea that content
can be pasted in to and then i can innerHTML that content back to the
editor where the cursor previously was.
the problem i am having is after the div opens and the content has
been pasted in i can't gain focus where my cursor was on the original
page, is there any way around this?
Regards
Robin