Bug 65281
| Summary: | NETWORK_ERR during interaction QtWebKit window with server | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Anton Panferov <smaant> |
| Component: | WebKit Qt | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | smaant |
| Priority: | P2 | ||
| Version: | 525.x (Safari 3.2) | ||
| Hardware: | All | ||
| OS: | All | ||
Anton Panferov
I'm using PySide + QtWebKit for my desktop application and I faced with very unclear for me issue now. My app run simple HTTP server and QWebView window with some html inside. This html page through XMLHttpRequest receiving data from server - very simple. And during this interaction between QWebView and server I receive "Error: NETWORK_ERR: XMLHttpRequest Exception 101". However if I open this html page in any browser (Safari, Chrome, FF - was checked) like "http://localhost:8000/frontend.html" interaction with server works without any problems.
Initially this issue was raised against PySide (http://bugs.pyside.org/show_bug.cgi?id=947). But Renato Filho tested it with pure C++ Qt and issue still reproduced.
Sources for reproduce and initial discussion available at http://bugs.pyside.org/show_bug.cgi?id=947
p.s. I'm not sure about the version of Webkit used in QtWebKit, I use Qt 4.7.3
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
The Qt port has been removed from WebKit, resolving this bug.