Closed
Bug 31042
Opened 25 years ago
Closed 24 years ago
Installer: Hitting return while download in progress starts another download
Categories
(SeaMonkey :: Installer, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M17
People
(Reporter: sfraser_bugs, Assigned: samir_bugzilla)
Details
(Keywords: crash, Whiteboard: [nsbeta2+])
Attachments
(1 file)
(deleted),
text/plain
|
Details |
When the installer is downloading one of the .xpi files, hit the return key. Note
that another download is initiated (and another, if you hit return again). Now
cancel one of the downloads. Crash!
Reporter | ||
Comment 1•25 years ago
|
||
And another thing: when I ran the installer a second time, it didn't download
browser.xpi again (probably thinking that the .xpi file had been downloaded
already). But browser.xpi would have been incomplete. The installer silently
quitted just after.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M15
Assignee | ||
Comment 2•25 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 3•25 years ago
|
||
testing on trunk 2000032108 build
pressed return while downloading, started a second download
other tests, pressed return and crashed or quit
will add stack crawl
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 4•25 years ago
|
||
Assignee | ||
Updated•25 years ago
|
Target Milestone: M15 → M17
we need to disable install button after user has clicked to initiate download.
Assignee | ||
Comment 6•25 years ago
|
||
The install button is disabled. The event loop must be letting key down events
slip by. We need to merely filter once we have started downloading.
Status: REOPENED → ASSIGNED
Assignee | ||
Comment 8•24 years ago
|
||
Fix in hand.
Assignee | ||
Comment 9•24 years ago
|
||
Checked in fix.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 24 years ago
Resolution: --- → FIXED
Comment 10•24 years ago
|
||
when I use test case noted here
press return while downloading a file, (says 1 of 7 for typical install)
second download starts saying 1 of 14 files
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 11•24 years ago
|
||
Was only handling if the keyboard was used all the way through. Now handling if
mixed keyboard and mouse actions occur. Fix in hand.
Status: REOPENED → ASSIGNED
Assignee | ||
Comment 12•24 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Updated•24 years ago
|
Status: RESOLVED → VERIFIED
Comment 13•24 years ago
|
||
build 2000070709
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•