Closed
Bug 112103
Opened 23 years ago
Closed 23 years ago
Don't allow copy/move/drag and drop to read-only folders.
Categories
(SeaMonkey :: MailNews: Message Display, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.9
People
(Reporter: scottputterman, Assigned: Bienvenu)
References
Details
Attachments
(1 file)
2.34 KB,
patch
|
naving
:
review+
|
Details | Diff | Splinter Review |
This is one of the tasks for shared folders. Read-only folders can't have
messages moved or copied into them.
Reporter | ||
Updated•23 years ago
|
Assignee | ||
Comment 1•23 years ago
|
||
check acl as well as noselect to see if we can drop messages on a folder.
Comment 3•23 years ago
|
||
Comment on attachment 67459 [details] [diff] [review]
proposed fix
looks good, r=naving
Attachment #67459 -
Flags: review+
Assignee | ||
Comment 4•23 years ago
|
||
fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 5•23 years ago
|
||
Verified Windows 03-25-10-trunk build on Windows 2000:
We are not allowing copy/move and drag&drop to read-only folders now.
But, there is one thing that I need to confirm with David:
David, from the copy message and move message memu items:
Looks like we are taking out of read-only folders from copy/move message menu
items instead of disable them on the copy/move menu items(as 4.7x).....are these
correct?
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 6•23 years ago
|
||
Karen, I don't know what the front end menu code is doing, or should be doing. I
didn't do anything to the menu code - I just implemented a backend routine that
says the folder is readonly, and can't have messages dropped into it. It sounds
like we're not putting readonly folders into the menu. If that's wrong, that
would be a different, front end bug. I'd need to try it myself to see what's
going on. The one thing that would worry me is if a parent folder is readonly,
but its children are not, do we not put any of them in the menu?
Assignee | ||
Comment 7•23 years ago
|
||
I see readonly folders in the menu, but the File Here choice is disabled, as it
should be, so everything seems fine to me.
>I see readonly folders in the menu, but the File Here choice is disabled, as it
should be, ...
Agree. If the folder has no children and is read only, it should be visible, but
disabled.
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•