[Webkit-unassigned] [Bug 30914] New: [Qt] Javascript Prompt API default return values check failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 29 10:32:21 PDT 2009


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

           Summary: [Qt] Javascript Prompt API default return values check
                    failure
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: S60 Hardware
        OS/Version: S60 3rd edition
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: manish.5.gupta at nokia.com


The following test fails with QtLauncher and the variable RESULTS is ERROR, if
the user presses the OK button on the prompt popup window.

<html>
<head> 
 <title>Prompt Test</title>
 <script type="text/ecmascript">

  var RESULTS = "ERROR";
  var msg = "Accept this message without changing the default value:";
  var retVal = prompt(msg);  
  if((retVal=="undefined")||(retVal=="")) RESULTS="SUCCESS" ;

 </script>
</head>

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