[Webkit-unassigned] [Bug 41003] Assigning to "name" changes window.name and breaks targeted iframe navigation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 25 04:32:41 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41003





--- Comment #3 from Diogo Toscano <diogo at netmake.com.br>  2010-06-25 04:32:42 PST ---
I believe that  this bug <a href='https://bugs.webkit.org/show_bug.cgi?id=19967'>19967</a> is the same problem that i have.

The local variable "name" is making reference to window.name.

the getter and the setter is getting is accessing window.name.

And a local variable should only do reference to the local value without changing window.name.

:-)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list