[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 58448] New: alert function call interrupts script execution
From:       mattias () sudac ! org
Date:       2003-05-13 19:58:11
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
     
http://bugs.kde.org/show_bug.cgi?id=58448     
           Summary: alert function call interrupts script execution
           Product: konqueror
           Version: unspecified
          Platform: Debian testing
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: kjs
        AssignedTo: konq-bugs@kde.org
        ReportedBy: mattias@sudac.org


Version:            (using KDE KDE 3.1.1)
Installed from:    Debian testing/unstable Packages
OS:          Linux

Clicking on button to create a new window, then close it and press button again, no \
new window is created. Javascript web popup policy is set to "allow".

<html>
<script>

w = undefined;

function test()
{
    alert("click");
    alert("w="+w); // interrupts here
    w = window.open("");
}

</script>
<form>
<input type="button" onClick="test();" value="Open">
</form>
</html>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic