Closed
Bug 635304
Opened 15 years ago
Closed 15 years ago
Alert prompt closes immediately after opening when called from geolocation callback invoked from certain button handlers
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jdm, Unassigned)
Details
Attachments
(1 file)
|
425 bytes,
text/html
|
Details |
STR:
1. open the testcase
2. share geolocation from the popup
3. click each button
Expected:
Three tab-modal prompts that say "woo!"
Actual:
from the first button (onclick), a prompt appears and then closes immediately
from the second (onmousedown), a prompt appears normally
from the third (onmouseup), a prompt appears and then closes immediately
| Reporter | ||
Comment 1•15 years ago
|
||
Never mind, I wasn't preventing the default button action which was navigating away from the current page and aborting the alert dialogs.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•