[Webkit-unassigned] [Bug 11551] REGRESSION (from 419.3) Google Reader List & Expanded view are broken
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jan 27 23:31:00 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=11551
------- Comment #4 from wac at google.com 2007-01-27 23:30 PDT -------
Spent a little time chasing this down today. It turns out this is caused by the
fact that the current JavaScriptCore interaction with the document doesn't do
the right thing with node.className="foo". This should result in the equivalent
to <node class="foo"> but instead it results in <node classname="foo">.
--
Configure bugmail: http://bugs.webkit.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