RESOLVED FIXED 108734
Fixed and sticky nodes have no nodeID set
https://bugs.webkit.org/show_bug.cgi?id=108734
Summary Fixed and sticky nodes have no nodeID set
Simon Fraser (smfr)
Reported 2013-02-01 18:06:12 PST
Fixed and sticky nodes in the scrolling tree have m_nodeID set to 0, which seems wrong (but harmless).
Attachments
Patch (14.50 KB, patch)
2013-02-01 21:13 PST, Simon Fraser (smfr)
no flags
Simon Fraser (smfr)
Comment 1 2013-02-01 18:07:59 PST
@@ -182,6 +183,7 @@ void ScrollingTree::updateTreeFromStateNode(ScrollingStateNode* stateNode) newNode->setParent(parent); parent->appendChild(newNode.release()); } + newNodeRawPtr->setScrollingNodeID(stateNode->scrollingNodeID()); newNodeRawPtr->update(stateNode); } }
Simon Fraser (smfr)
Comment 2 2013-02-01 21:13:34 PST
WebKit Review Bot
Comment 3 2013-02-02 13:04:52 PST
Comment on attachment 186213 [details] Patch Clearing flags on attachment: 186213 Committed r141703: <http://trac.webkit.org/changeset/141703>
WebKit Review Bot
Comment 4 2013-02-02 13:04:56 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.