Closed
Bug 72750
Opened 24 years ago
Closed 24 years ago
[mac] OK button in subscribe dialog fails for groups with long names
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.8.1
People
(Reporter: asa, Assigned: sspitzer)
Details
Steps to Reproduce:
1. set up news.mozilla.org server
2. open subscribe window
3. attempt to subscribe to netscape.public.mozilla.builds
Results: Clicking the OK button does not dismiss the window.
Expected: Clicking OK dismisses subscribe window and the group is added to the
server pane.
Reporter | ||
Updated•24 years ago
|
Target Milestone: --- → mozilla0.8.1
Assignee | ||
Comment 1•24 years ago
|
||
I got a fix for this bad boy.
curse mac and the 32 character file limits.
I should have followed my own comment, from nsNewsFolder.cpp
// do we need to hash newsgroup name if it is too big?
path += (const char *) newsgroupname;
working on the fix.
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•24 years ago
|
||
fix in hand, has been sr=mscott.
I'll land it on the tip and the 0.8.1 branch.
Summary: OK button in subscribe dialog fails for some groups → OK button in subscribe dialog fails for groups with long names
Assignee | ||
Comment 3•24 years ago
|
||
fix checked into the trunk.
I'll mark it fix when I land on the branch.
Assignee | ||
Comment 4•24 years ago
|
||
fixed on both the trunk and the branch.
on the trunk I also added some try and catch statements to mailCommands.js to
that will handle (unexpected) failures, and still allow the user to close the
dialog on OK.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Summary: OK button in subscribe dialog fails for groups with long names → [mac] OK button in subscribe dialog fails for groups with long names
VERIFIED FIXED. Build 2001032108 allows me to subscribe and confirm the
subscription with the OK button on Mac OS 9.1 (using news.mcom.com with
netscape.public.mozilla.mail-news.)
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 6•24 years ago
|
||
verified on the branch. Thanks Seth. You totally rock!
Updated•20 years ago
|
Product: Browser → Seamonkey
Component: MailNews: Subscribe → MailNews: Message Display
QA Contact: esther → search
You need to log in
before you can comment on or make changes to this bug.
Description
•