Closed
Bug 648627
Opened 14 years ago
Closed 14 years ago
tab-modal prompts are not used after a basic auth prompt is displayed
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 637160
People
(Reporter: Brade, Unassigned)
Details
Attachments
(1 file)
|
847 bytes,
text/html
|
Details |
While testing an add-on in Firefox 4, I came across this problem in Firefox 4 (reproduced on Mac and Windows).
Step 1: Click a button defined as:
<input type="button" value="Show Alert"
onclick="alert('Hello world');">
The alert shows up in tab-modal format as expected.
Step 2: Click a button that causes an http basic auth prompt to be displayed, e.g.:
<input type="button" value="HTTP Basic Auth" onclick="document.location.href ='http://browserspy.dk/password-ok.php';">
The HTTP basic auth prompt is displayed modal. (Note: with this URL, you'll need to go back before step 3.)
Step 3: Click the button from step 1 again. This alert now displays modal to the window instead of in the tab (until the web page is reloaded).
Updated•14 years ago
|
Assignee: dolske → nobody
Component: General → DOM
Product: Toolkit → Core
QA Contact: general → general
Version: unspecified → 2.0 Branch
Comment 1•14 years ago
|
||
Dupe of bug 637160?
| Reporter | ||
Comment 2•14 years ago
|
||
| Reporter | ||
Comment 3•14 years ago
|
||
Who should own this issue? Can someone suggest where / how to debug this?
Comment 4•14 years ago
|
||
The having to click "back" almost certainly makes this a dupe of bug 637160.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•