Bug 29464
| Summary: | [Qt] QWebView sends loadProgress() signal when deleted. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tor Arne Vestbø <vestbo> |
| Component: | WebKit Qt | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | jturcotte, kent.hansen, tonikitoo |
| Priority: | P5 | Keywords: | Qt |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Other | ||
| OS: | OS X 10.5 | ||
Tor Arne Vestbø
This bug report originated from issue QTBUG-2616
<http://bugreports.qt.nokia.com/browse/QTBUG-2616>
--- Description ---
Backtrace follows:
Breakpoint 1, WebCore::FrameLoaderClientQt::postProgressEstimateChangedNotification (this=0xb1ef76d0) at ../WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp:478
478 emit loadProgress(qRound(m_frame->page()->progress()->estimatedProgress() * 100));
(gdb) backtrace
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Jocelyn Turcotte
Initialy repported in 4.4.1
P5ing until this bug gets confirmed.
Kent Hansen
No testcase, need more information on how to reproduce this (without using QtJambi).