PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 448 - Chained method calls fail with QWebview.page().networkAccessManager()
: Chained method calls fail with QWebview.page().networkAccessManager()
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: QtWebKit
: HEAD
: All All
: P3 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-11-01 11:02 EET by Perttu Ranta-aho
Modified: 2010-11-25 17:48 EET (History)
8 users (show)

See Also:


Attachments
Code to reproduce the bug (560 bytes, text/x-python)
2010-11-01 11:02 EET, Perttu Ranta-aho
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Perttu Ranta-aho 2010-11-01 11:02:59 EET
Created attachment 132 [details]
Code to reproduce the bug

Chained method calls with webview.page().networkAccessManager() fail. I'm using
current HEAD in Ubuntu 10.04 and Python 2.6.5.

Code:
webview = QtWebKit.QWebView()
webview.page().networkAccessManager().sslErrors.connect(on_ssl_errors)

RuntimeError:

    webview.page().networkAccessManager().sslErrors.connect(on_ssl_errors)
RuntimeError: Internal C++ object already deleted.


A whole code to reproduce the bug is in the attachment.
Comment 1 renato filho 2010-11-03 17:51:21 EET
fixed on pyside commit:
commit 17b0474ec7c5980380eacd0e4374941b0d1cd81d
Author: renatofilho <renato.filho@openbossa.org>
Date:   Wed Nov 3 12:12:46 2010 -0300
Comment 2 renato filho 2010-11-25 17:48:19 EET
released on 1.0.0~beta1