Chrome Dev Problems

9 views
Skip to first unread message

Marat

unread,
Feb 18, 2010, 1:11:54 PM2/18/10
to MooEditable
When using a blank textarea to create mooeditable, you can write new
content, extract it, etc. everything works fine. However, when a
textarea is pre-filled with content, that content is not pre-filled in
mooeditable when using Chrome.

Works like a charm in latest firefox. Fails in latest dev Chrome.

Chrome might be limiting access to iframe?

This may be helpful: http://www.mail-archive.com/chromium-...@googlegroups.com/msg04403.html

Thanks!

jesse

unread,
Apr 30, 2010, 9:06:48 PM4/30/10
to mooed...@googlegroups.com
I'm trying to set focus on the iframe if the textarea has a particular class.  I've tried this in various ways, any ideas?


The New Busy is not the old busy. Search, chat and e-mail from your inbox. Get started.

--
You received this message because you are subscribed to the Google Groups "MooEditable" group.
To post to this group, send email to mooed...@googlegroups.com.
To unsubscribe from this group, send email to mooeditable...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mooeditable?hl=en.

cheeaun

unread,
Apr 30, 2010, 10:10:01 PM4/30/10
to MooEditable
Any test pages?

On May 1, 9:06 am, jesse <jjest...@msn.com> wrote:
> I'm trying to set focus on the iframe if the textarea has a particular class.  I've tried this in various ways, any ideas?
>
> _________________________________________________________________
> The New Busy is not the old busy. Search, chat and e-mail from your inbox.http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTA...

jesse

unread,
Apr 30, 2010, 11:26:46 PM4/30/10
to mooed...@googlegroups.com
Nothing live, just trying it offline.  I looked through MooEditable.js as a reference and attempted several variations of this:

        if ($('sometextarea').hasClass('wantfocus'))$('sometextarea').addEvent('load', function(){
            if (self.mode != 'iframe') return;
            e.preventDefault();
            self.focus();
        });


The New Busy is not the too busy. Combine all your e-mail accounts with Hotmail. Get busy.
Reply all
Reply to author
Forward
0 new messages