Bug 29472
| Summary: | [Qt] Accessing signals and slots in an embedded widget which is added as a plugin to a QWebView stop working after a bit. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tor Arne Vestbø <vestbo> |
| Component: | WebKit Qt | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | hausmann |
| Priority: | P2 | Keywords: | Qt |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Other | ||
| OS: | OS X 10.5 | ||
Tor Arne Vestbø
This bug report originated from issue QTBUG-2923
<http://bugreports.qt.nokia.com/browse/QTBUG-2923>
--- Description ---
Accessing signals and slots in an embedded widget which is added as a plugin to a QWebView stop working after a bit. It works in the beginning but then it will either silently fail or cause a seg fault.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Simon Hausmann
This needs a testcase, otherwise we don't know what to fix ;(