On Oct 1, 2:16 pm, EMoreth <[EMAIL PROTECTED]> wrote:
> This is the third time that this happens with me...
>
> First o thought that was my mistake but now i really cant figure out
> why this is happening:
>
> fncHandler : function(evt)
> {
> evt.stop();
> var target = evt.element();
>
> target.up('.messageItem').update('Sent Message');
>
> }
>
> target.up('.messageItem') -> undefined
>
> target.up().up().up().up().up().up().up().className -> 'messageItem'
>
> It cant find the element even with a correct dom tree.. is there a
> step number limitation or something ??
There shouldn't be any limitations.
Could you show the document structure where this happens?
Also, browser, prototype version, etc. info would be helpful.
Thank you.
>
> Thanks in advance...
>
> EMoreth
--
kangax
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype: Core" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/prototype-core?hl=en
-~----------~----~----~----~------~----~------~--~---