[Webkit-unassigned] [Bug 26983] tst_qwebpage segfaults

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 14 06:19:00 PDT 2009


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





--- Comment #6 from Adam Treat <treat at kde.org>  2009-07-14 06:18:59 PDT ---
I would add that this is not just a problem with setFixedLayout.  As a little
bit down in Frame::createView() you can see:

    frameView->setScrollbarModes(horizontalScrollbarMode,
verticalScrollbarMode);
    ...
    setView(frameView);

The call to 'setScrollbarModes' can also cause a layout now as it calls
'updateScrollbars' which in turn calls 'visibleContentsResized' which can call
'layout()'.  All with the frame's current view set to 0.

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