[Webkit-unassigned] [Bug 7518] attribute assignment not working in javascript

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Mar 1 22:05:58 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7518





------- Comment #3 from ap at nypop.com  2006-03-01 22:05 PDT -------
So, it had something to do with double assignment, after all? That's pretty
weird...

Thank you for the time you spent on isolating the problem! If you can afford to
spend some more time, could you please try the following?
1) Is the problem reproducible in recent nightly builds from
<http://nightly.webkit.org>?
2) What is logged to the console if you insert the following snippet before and
after the troublesome part:
console.log(escape(childNodes[i].getAttribute("name")));
console.log(escape(link.innerHTML));
console.log(escape(link.name));

The JavaScript console is accessible via Safari debug menu, I assume you
already have it enabled.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list