Closed
Bug 623880
Opened 14 years ago
Closed 11 years ago
document.write()/document.open () activate spinner and stop button which never stop
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
People
(Reporter: kdevel, Unassigned)
Details
Attachments
(1 file)
231 bytes,
text/html
|
Details |
User-Agent:
Build Identifier: Built from http://hg.mozilla.org/mozilla-central/rev/a1b954e9fa32
Follow up and related to Bug 619644, Bug Bug 621308.
Reproducible: Always
Steps to Reproduce:
1. open testcase https://bugzilla.mozilla.org/attachment.cgi?id=501957
2. press "alert" button
3. press press esc or press cancel or press OK
Actual Results:
keeps spinning.
Expected Results:
no spinning
This might be a dupe of one of the other tab-modal prompt issues, but lets keep it separate for investigation.
Updated•14 years ago
|
Version: unspecified → Trunk
Is this a more recent regression or is this another one of those problems that have been around since the beginning?
I can see it also on 3.6, so it's not a tab modal prompt related issue
The problem is not the dialog but the invocation of document.write()/.open().
Summary: Esc, Cancel and OK on (tab) modal dialog → document.write()/document.open () activate spinner and stop button which never stop
Comment 7•14 years ago
|
||
You just need to call document.close to indicate that you're finished and the spinner will stop don't you?
Updated•14 years ago
|
Product: Firefox → Toolkit
QA Contact: general → general
Component: General → Document Navigation
Product: Toolkit → Core
QA Contact: general → docshell
No longer blocks: 59314
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•