[jQuery] Bug in Firefox with e.target?

2006-10-19 Thread Klaus Hartl
Hi all, I wanted to add the normalization for e.target as discussed earlier. But I came across a strange bug in Firefox. Have a look at the following page: http://stilbuero.de/demo/jquery/etarget.html If you click on the link the target of the click event (attached to p) is alerted. In that

Re: [jQuery] Bug in Firefox with e.target?

2006-10-19 Thread Mike Alsup
Hi Klaus, Intertesting. If I change your alert to alert(e.target.tagName); then I see STRONG. Mike On 10/19/06, Klaus Hartl [EMAIL PROTECTED] wrote: Hi all, I wanted to add the normalization for e.target as discussed earlier. But I came across a strange bug in Firefox. Have a look at the

Re: [jQuery] Bug in Firefox with e.target?

2006-10-19 Thread Dave Methvin
I wanted to add the normalization for e.target as discussed earlier. But I came across a strange bug in Firefox. Have a look at the following page: http://stilbuero.de/demo/jquery/etarget.html If you click on the link the target of the click event (attached to p) is alerted. In that case

Re: [jQuery] Bug in Firefox with e.target?

2006-10-19 Thread Jan Sorgalla
Hi http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-58190037 Seems that FF treats elements from here as HTMLSpanElement. Jan dave.methvin wrote: I wanted to add the normalization for e.target as discussed earlier. But I came across a strange bug in Firefox. Have a look at the

Re: [jQuery] Bug in Firefox with e.target?

2006-10-19 Thread Klaus Hartl
Dave Methvin schrieb: I wanted to add the normalization for e.target as discussed earlier. But I came across a strange bug in Firefox. Have a look at the following page: http://stilbuero.de/demo/jquery/etarget.html If you click on the link the target of the click event (attached to p) is

Re: [jQuery] Bug in Firefox with e.target?

2006-10-19 Thread Michael Geary
From: Klaus Hartl I wanted to add the normalization for e.target as discussed earlier. But I came across a strange bug in Firefox. Have a look at the following page: http://stilbuero.de/demo/jquery/etarget.html If you click on the link the target of the click event (attached to p)