[Webkit-unassigned] [Bug 14821] document.write displays blank page when onclick

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 30 17:54:06 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14821





------- Comment #1 from vincent.bradley at nokia.com  2007-07-30 17:54 PDT -------
Created an attachment (id=15752)
 --> (http://bugs.webkit.org/attachment.cgi?id=15752&action=view)
reduce test case

The text of the reduce test case:

<html>
<head>
<script type="text/javascript">
function disp_prompt()
  {
  var name=prompt("Please enter your name","Harry Potter")
  if (name!=null && name!="")
    {
    document.write("Hello " + name + "! How are you today?")
    }
  }
</script>
</head>
<body>
<input type="button" onclick="disp_prompt()" value="Display a prompt box" />
</body>
</html>


-- 
Configure bugmail: http://bugs.webkit.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