[Webkit-unassigned] [Bug 70472] New: [Qt] When viewing a page that uses ASP .NET compiled with .NET Framework 4.0 it doesn't handle javascript correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 19 21:56:40 PDT 2011


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

           Summary: [Qt] When viewing a page that uses ASP .NET compiled
                    with .NET Framework 4.0 it doesn't handle javascript
                    correctly
           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: andy.shaw at digia.com


When viewing a page that uses ASP .NET compiled with .NET Framework 4.0 it doesn't handle javascript correctly, this worked fine with .NET Framework v3.5 and also works fine with non Qt based browsers too.  The differences seems to be that the javascript that it generates is escaped so before it would give you:

<select name="ctl00$DefaultContent$ddlTest" onchange="javascript:setTimeout('__doPostBack(\'ctl00$DefaultContent$ddlTest\',\'\')', 0)" id="ctl00_DefaultContent_ddlTest" name="ddlTest">

but now it gives:

<select name="ctl00$DefaultContent$ddlTest" onchange="javascript:setTimeout('__doPostBack(\'ctl00$DefaultContent$ddlTest\',\'\')', 0)" id="ctl00_DefaultContent_ddlTest" name="ddlTest">

Note the single quotes have been escaped to be '

-- 
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