Closed
Bug 529071
Opened 16 years ago
Closed 16 years ago
Message Menu -> Copy To and Move To don't show sub-folders (Mac only)
Categories
(Thunderbird :: Folder and Message Lists, defect)
Tracking
(thunderbird3.0 .1-fixed)
VERIFIED
FIXED
Thunderbird 3
| Tracking | Status | |
|---|---|---|
| thunderbird3.0 | --- | .1-fixed |
People
(Reporter: standard8, Assigned: asuth)
Details
(Whiteboard: [fixed RC1 build 2])
Attachments
(1 file)
|
1.51 KB,
patch
|
standard8
:
review+
standard8
:
superreview+
standard8
:
approval-thunderbird3+
|
Details | Diff | Splinter Review |
Accessing the Copy To and Move To options from the main message menu shows the accounts but not any sub-folder menus.
The context menu works fine.
Flags: blocking-thunderbird3+
| Assignee | ||
Updated•16 years ago
|
Assignee: nobody → bugmail
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•16 years ago
|
||
So, the moral of the story is that cloneNode is most definitely the only way for this to work.
Attachment #412809 -
Flags: superreview?(bugzilla)
Attachment #412809 -
Flags: review?(bugzilla)
| Reporter | ||
Updated•16 years ago
|
Attachment #412809 -
Flags: superreview?(bugzilla)
Attachment #412809 -
Flags: superreview+
Attachment #412809 -
Flags: review?(bugzilla)
Attachment #412809 -
Flags: review+
Attachment #412809 -
Flags: approval-thunderbird3+
| Reporter | ||
Comment 2•16 years ago
|
||
Comment on attachment 412809 [details] [diff] [review]
use cloneNode again but this time be shallow v1
r/sr/a=Standard8
| Assignee | ||
Comment 3•16 years ago
|
||
fixed on trunk:
http://hg.mozilla.org/comm-central/rev/8f3704461d3b
fixed in comm-1.9.1:
http://hg.mozilla.org/releases/comm-1.9.1/rev/8d20d28bdca0
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 4•16 years ago
|
||
Checked into relbranch for build 2 of RC1:
http://hg.mozilla.org/releases/comm-1.9.1/rev/1b4292bd528c
Whiteboard: [fixed RC1 build 2]
Target Milestone: --- → Thunderbird 3
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
| Reporter | ||
Updated•16 years ago
|
Whiteboard: [fixed RC1 build 2] → [fixed RC1 build 2][fixedtb301]
| Reporter | ||
Updated•16 years ago
|
status-thunderbird3.0:
--- → .1-fixed
Whiteboard: [fixed RC1 build 2][fixedtb301] → [fixed RC1 build 2]
Updated•16 years ago
|
Keywords: verified-thunderbird3.0
Comment 5•16 years ago
|
||
This problem also happens with the Windows version (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20100111 Lightning/1.0b1 Thunderbird/3.0.1), running on XP.
Comment 6•16 years ago
|
||
Actually -- there is a difference from the original post -- Accessing the Copy To and Move To options from the main message menu (or by right-clicking an email listing) does NOT show any sub-menu listing the accounts to where the email may be copied of moved. Only a tiny (about 4x4 pixels) portion of a submenu is shown.
I am also seeing this on Windows 7. Neither the Message menu or the context menu shows any available folders.
Comment 8•16 years ago
|
||
For symptoms that are different, commenting in an existing bug unfortunately doesn't usually get tracked in the right way. If you could file a new bug, that would be very helpful. Thanks!
Comment 9•13 years ago
|
||
Comment on attachment 412809 [details] [diff] [review]
use cloneNode again but this time be shallow v1
>+ var popup = this.cloneNode(false);
> popup._parentFolder = folder;
> popup.setAttribute("class", this.getAttribute("class"));
> popup.setAttribute("type", this.getAttribute("type"));
> popup.setAttribute("fileHereLabel",
> this.getAttribute("fileHereLabel"));
> popup.setAttribute("showFileHereLabel",
> this.getAttribute("showFileHereLabel"));
> popup.setAttribute("oncommand",
Of course, now that you're cloning the node, you get all the attributes for free ;-)
You need to log in
before you can comment on or make changes to this bug.
Description
•