Closed
Bug 39394
Opened 25 years ago
Closed 24 years ago
subscribe: STOP button needs to stop url that is running
Categories
(SeaMonkey :: MailNews: Message Display, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M18
People
(Reporter: sspitzer, Assigned: sspitzer)
References
Details
right now, the cancel button doesn't stop the url that is running.
| Assignee | ||
Comment 1•25 years ago
|
||
accepting.
Status: NEW → ASSIGNED
Hardware: PC → All
Target Milestone: --- → M17
Comment 6•25 years ago
|
||
Change the summary from "CANCEL button needs to stop url that is running" to
"STOP button needs to stop url that is running".
Summary: subscribe: cancel button needs to stop url that is running → subscribe: STOP button needs to stop url that is running
per mail triage: Remove the Stop button from the Subscribe dialog.
Found a fix for this, reassing to myself.
Assignee: naving → dianesun
Comment 10•25 years ago
|
||
Per lchiang's comment, if we decide to remove the "Stop" button, the fix goes to
mozilla/mailnews/base/resources/content/subscribe.xul.
Index: subscribe.xul
===================================================================
RCS file: /cvsroot/mozilla/mailnews/base/resources/content/subscribe.xul,v
retrieving revision 1.41
diff -c -r1.41 subscribe.xul
*** subscribe.xul 2000/08/14 21:43:13 1.41
--- subscribe.xul 2000/08/29 23:22:43
***************
*** 124,130 ****
<button id="unsubscribe" class="dialog" value="&unsubscribeButton.la
bel;" oncommand="SetSubscribeState(false)"/>
<button id="refresh" class="dialog" value="&refreshButton.label;" on
command="RefreshList()"/>
<spring flex="1"/>
- <button id="stop" class="dialog" value="&stopButton.label;" oncomman
d="Stop()"/>
</box>
</row>
</rows>
--- 124,129 ----
Comment 11•25 years ago
|
||
Checking in subscribe.xul;
/cvsroot/mozilla/mailnews/base/resources/content/subscribe.xul,v <-- subscribe
.xul
new revision: 1.42; previous revision: 1.41
done
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 12•25 years ago
|
||
So, after remove the "stop" button from the subscribe dialog,
which button can stop url that is running?
It seems that "Cancel" button is for dismiss the subscribe dialog,
not for stop url that is running.
Is this bug still implement the "stop url that is running" or just remove the
stop button?
Comment 13•25 years ago
|
||
The fix is the remove the Stop button. Wouldn't closing the dlg automatically
stop the URL that is running?
| Assignee | ||
Comment 14•25 years ago
|
||
sadly, I don't think closing the dialog will stop the url.
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 15•25 years ago
|
||
Based on UI Spec, Beta2 priorities and Seth comments, I am thinking we should
have a way to perform "stop url that is running" functionality.
Ccing jglick who may provide more input for this bug.
http://gooey/client/5.0/specs/mail/Newsgroups/Subscribe.html#Subscribe
http://gooey/client/5.0/specs/mail/Newsgroups/Subscribe.html#Beta
And I need to reopen this bug since this bug is not original remove the "stop"
button, we should have a way to implement "stop url that is running" if we still
agree with the stop button removement......
Comment 16•25 years ago
|
||
We have a bug that the Stop button does nothing. For the release, we decided
that we'll just remove the button. There is still no way to stop the URL that
is running. That will not be fixed for nsbeta3.
Karen, if you have verified that the Stop button is gone, then we will just
"future" this bug for another release to put back the Stop button and make it
function properly.
Removing nsbeta3 nomination and +.
QA Contact: huang → stephend
Does this bug depend on bug 67555 (Start and stop throbber on timer (don't start
and stop for every url, or for quick operations)
?
| Assignee | ||
Comment 18•24 years ago
|
||
taking from dianne...
Assignee: dianesun → sspitzer
Status: REOPENED → NEW
| Assignee | ||
Comment 19•24 years ago
|
||
marking fixed. closing the dialog (with [X]), hitting stop, ok, and cancel will
all stop the url.
Status: NEW → RESOLVED
Closed: 25 years ago → 24 years ago
Resolution: --- → FIXED
VERIFIED. Hitting Stop, Ok, Cancel works on Windows 2000, Linux and Mac.
Hitting the "X" (Close window) is only present on Windows and Linux builds, but
works also.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
Component: MailNews: Subscribe → MailNews: Message Display
QA Contact: stephend → search
You need to log in
before you can comment on or make changes to this bug.
Description
•