Bug 88221
Summary: | [Qt] javascript:__doPostBack() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Georg Grabler <ggrabler> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | ||
Priority: | P3 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Georg Grabler
Hello,
I've got a small problem with all QtWebKit browsers on one specific webpage, with the javascript:__doPostBack function.
It is used in a popup-window, where they try to post back the login.
It seems as if they use the following code to post back login data:
<a id="ButtonLogin" class="std-button ch_seite1 ch_seite1" href="javascript:__doPostBack('ButtonLogin','')">anmelden</a>
This seems to work perfectly well on firefox/opera/chrome, but all qtwebkit based browsers fail on the code of this site. I checked with the QupZilla developer, and he believes it's a QtWebKit bug, that's why I'm reporting here now.
The engine seems as if it does not execute anything on the __doPostBack. So - the data seems not to be posted back to the main site.
The page would be derstandard.at, on the upper right you have "anmelden" which opens a window - a login window. Now, putting in just any login information pressing "absenden" does not do anything for me.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Georg Grabler
Forgot to say, I'm using qtwebkit 2.2.1 on Windows and Linux, Qt 4.8.2.
Jocelyn Turcotte
=== Bulk closing of Qt bugs ===
If you believe that this bug report is still relevant for a non-Qt port of webkit.org, please re-open it and remove [Qt] from the summary.
If you believe that this is still an important QtWebKit bug, please fill a new report at https://bugreports.qt-project.org and add a link to this issue. See http://qt-project.org/wiki/ReportingBugsInQt for additional guidelines.