I can repro this with consistency in FF.
It seems that this only fires if you move focus from an element, to
something else and then immediately move to a child element of the first
element. If you go directly from the first element to the child, all is
fine. 

A silly quick fix is to wrap this line in a try block
                        // Traverse up the tree
                        try{while ( p && p != this ) p =
p.parentNode;}catch(e){void(0)}

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of John Resig
Sent: Thursday, August 31, 2006 2:23 PM
To: jQuery Discussion.
Subject: Re: [jQuery] Uncaught exception (Autocomplete / jQuery 1.0.1)

That is a weird one... let me know what you find out - did this bug
exist with 1.0 & autocomplete?

--John

On 8/31/06, Geoff Knutzen <[EMAIL PROTECTED]> wrote:
> I can verify this, but I haven't had a chance to look into where it is
> coming from.
> I am just starting to implement your autocomplete plugin. Thanks for the
> work on it. I will try and track down this bug in a bit, if you don't get
to
> it first
>
> -Geoff
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of Dylan Verheul
> Sent: Thursday, August 31, 2006 12:44 PM
> To: jQuery Discussion.
> Subject: [jQuery] Uncaught exception (Autocomplete / jQuery 1.0.1)
>
> I can't figure out what is causing this, don't know whether it's a bug
> in my code, in Firefox or in jQuery.
>
> When I hover over the results of my autocompleter, Firebug reports an
error:
> uncaught exception: Permission denied to get property
> HTMLDivElement.parentNode
>
> Detailed steps to reproduce:
> Make sure you have Firefox with Firebug
> Point Firefox (latest 1.5) to http://www.dyve.net/jquery?autocomplete
> Type "com" in the input box and wait for a bunch of birds to appear
> Hover your mouse pointer between the input field and the top
> result.Move your mouse back and forth between those two. See the
> errors appear in Firebug.
>
> Anyone?
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
>
>
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>


-- 
John Resig
http://ejohn.org/
[EMAIL PROTECTED]

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/




_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to