[Webkit-unassigned] [Bug 8961] New: Result page does not have the edited text from the prompt dialog

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed May 17 13:23:05 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8961

           Summary: Result page does not have the edited text from the
                    prompt dialog
           Product: WebKit
           Version: 312.x
          Platform: S60 Hardware
        OS/Version: other
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: krishnamurty.podipireddy at nokia.com


Steps To Reproduce:
1. Open Safari or S60 Web Browser
2. Load the test file
3. Click the link "Prompt"
4. Edit text in the prompt dialog
5. Select OK for prompt dialog.

Expected Result:
Prompt dialog closes and result page is loaded with the edited text

Actual Result:
Prompt dialog closes and a blank result page opened.


Test source:
<html>

<head>
<script type="text/javascript">
function message(){
var name = prompt("Please enter your name","John Wayne")
if (name != null && name != "")
{
document.write("Hello " + name)
}

}
</script>
</head>


<body>

<p> Select the link "Prompt" and verify that the prompt dialog is displayed
correctly. </p>

<a href="javascript: message()">Prompt</a> <br/>

</body>
</html>


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list