Open
Bug 625081
Opened 15 years ago
Updated 3 years ago
sometimes confirm() window isn't displayed correctly
Categories
(Core :: XUL, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: federico, Unassigned)
Details
Attachments
(1 file)
|
157.81 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.10 (maverick) Firefox/3.6.13
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.10 (maverick) Firefox/3.6.13
Sometimes when I click on a link redir in a page that contains something like this:
<script type='text/javascript'>
var a = confirm("Are you sure?");
if ( a )
location.href = "go.html";
else
location.href = "nogo.html";
</script>
the confirm() window isn't displayed correctly (see screenshot) and it seems blocked, but if I click on the position where usually there are buttons (OK and cancel) it works.
Reproducible: Sometimes
| Reporter | ||
Comment 1•15 years ago
|
||
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•