[Webkit-unassigned] [Bug 70810] nameNodeListCache should be invalidated when name attribute changes/modified.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 7 13:54:03 PST 2011


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





--- Comment #15 from Ryosuke Niwa <rniwa at webkit.org>  2011-12-07 13:54:03 PST ---
So... it seems like we have a bug in Node::notifyLocalNodeListsAttributeChanged:
    if (!isAttributeNode())
        data->nodeLists()->invalidateCachesThatDependOnAttributes();
    else
        data->nodeLists()->invalidateCaches();

We should be clearing name/label cache when the node is NOT attribute node, not clearing when it's not.

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