[Webkit-unassigned] [Bug 27137] REGRESSION (r44311): Reproducible crash due to infinite recursion into FrameLoader::gotoAnchor() -> FrameView::layout()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 10 08:13:17 PDT 2009


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


Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #32551|review?                     |review+
               Flag|                            |




--- Comment #6 from Simon Fraser (smfr) <simon.fraser at apple.com>  2009-07-10 08:13:16 PDT ---
(From update of attachment 32551)


> +void FrameView::keepScrolledToAnchorNode(Node* anchorNode)

I'm not a big fan of this method name; maybe something like
maintainScrollPositionToAnchorNode?

> +    if (anchorNode != m_frame->document())
> +        rect = anchorNode->getRect();

getRect(true) will make this transform-friendly!

r=me

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