[Webkit-unassigned] [Bug 88221] New: [Qt] javascript:__doPostBack()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 4 03:28:01 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=88221

           Summary: [Qt] javascript:__doPostBack()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ggrabler at gmail.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list