[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
Sun Jan 28 01:07:56 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=11551





------- Comment #5 from wac at google.com  2007-01-28 01:07 PDT -------
(In reply to comment #4)
> 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">.

False start, 10 yard penalty on me. JavaScript that works for this on Firefox
is:
somediv.setAttribute("class", "foo");
somediv.className = "foo";

I'll have to look a little harder.


-- 
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