Thank you for your response, i will do that

On Oct 1, 10:57 pm, kangax <[EMAIL PROTECTED]> wrote:
> On Sep 30, 10:51 am, "[EMAIL PROTECTED]"
>
>
>
>
>
> <[EMAIL PROTECTED]> wrote:
> > Hi,
>
> > i have a Problem, i Code at a WYSWYG Editor, with Sortables. Now The
> > Porblem is that in FireFox 3 i canot leftclick to an div witch is
> > contentEditable, to edit the content ;) . I already think i have foud
> > the Problem:
>
> > // abort on form elements, fixes a Firefox issue
> >       var src = Event.element(event);
> >       if((tag_name = src.tagName.toUpperCase()) && (
> >         tag_name=='INPUT' ||
> >         tag_name=='SELECT' ||
> >         tag_name=='OPTION' ||
> >         tag_name=='BUTTON' ||
> >         tag_name=='TEXTAREA' )) return;
>
> > its at line: 306 at the dragdrop.js
> >  i think there has to be the following bugfix:
> > ||  (tag_name=='DIV' && src.contentEditable)
>
> > is there any other solution, or script.aculo.us has to update their
> > code ?
>
> Interesting find.
> Could you please file a ticket for this (and mark it as an
> enhancement)
>
> Thank you.
>
> --
> kangax- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to