Bug 180021 - javascript alert should not be application-modal dialog
Summary: javascript alert should not be application-modal dialog
Status: REPORTED
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: 4.1.1
Platform: Microsoft Windows Microsoft Windows
: NOR wishlist
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-08 13:52 UTC by Rafał Malinowski
Modified: 2009-01-08 13:52 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rafał Malinowski 2009-01-08 13:52:44 UTC
Version:            (using KDE 4.1.1)
OS:                MS Windows
Installed from:    MS Windows

Hello.

The problem is that windows created by javascript (like alert, input) are application-modal windows. They should not block the whole application, only the page that is currently visited.

Imagine page that is doing something like this:

while (true)
  alert('he he');

It is really hard to close such page.

For testing go to:

http://www.kadu.net/~vogel/alert.html

It is needed to kill the whole application. If only the page itself would be blocked it'll not be any problem.