Closed Bug 72817 Opened 24 years ago Closed 22 years ago

able to rename (by dragging and dropping) Local Folders that can't be renamed

Categories

(SeaMonkey :: MailNews: Message Display, defect)

x86
All
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: sspitzer, Assigned: sspitzer)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

the problem is in messengerdnd.js, a simple fix on the way. this only happens with servers of type "none"
Shouldn't if (serverType != "none") { return(false); be if (serverType == "none") { return(false);
serverType is the target server. we want to bail out (return false) if the target server is not "Local Folders". if we do !=, it will only bail out if the target server is "Local Folders", and let me drop (and copy) a folder from one server to another.
Status: NEW → ASSIGNED
So we want special folders that cannot be renamed on a particular server to be dropped on different servers. I am not sure why we would want to do that. I feel we should not allow dragging of such folders.
we're allowing a user to copy certain special folder to local mail, because 4.x allowed that. we've got a few loose ends with special folders (as everyone knows) I'll log some bugs to track them.
Depends on: 155643
Blocks: 155643
No longer depends on: 155643
looks like this has already been checked in. marking fixed.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
verified trunk builds 20021029 on winxp, macosx and linux.
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: