how to focus on the iframe?

167 views
Skip to first unread message

Simon Cornelius P. Umacob

unread,
Sep 4, 2011, 10:54:56 AM9/4/11
to MooEditable
Hi,

How can I focus on the MooEditable iframe? I tried using focus() to
no avail:

http://jsfiddle.net/NHBVa/615/

Thanks,

[ simon.cpu ]

p.s.: OT-- I forked this code from http://jsfiddle.net/cheeaun/NHBVa/,
but it jsfiddle can't seem to update it. Any ideas why?

Simon Cornelius P Umacob

unread,
Sep 4, 2011, 12:29:11 PM9/4/11
to MooEditable
In case someone comes across this problem while googling the Internet,
here's a quick hack:

document.activeElement.blur();
$('some-form-element').focus();
m_edit.iframe.focus();


[ simon.cpu ]
p.s.: I'm using Chrome on Linux.

Reply all
Reply to author
Forward
0 new messages