[Webkit-unassigned] [Bug 106077] [Qt]=?UTF-8?Q?=20When=20frame=20flattening=EF=BC=8Cdrag=20scrollbar?=, then click link to goto next frame, the page scroll offset is preserved

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 7 04:00:19 PST 2013


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





--- Comment #6 from Chen Zhixiang <chenzx at cn.fujitsu.com>  2013-01-07 04:02:15 PST ---
However, if i use the below code, the scrollposition can be reset:


in WebView::loadFinished():

    QWebFrame* pMainFrame = m_page->mainFrame();
    pMainFrame->scroll(0, -2000);

Then why does setScrollPosition( IntPoint() ) NOT effect?

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