Closed Bug 529071 Opened 15 years ago Closed 15 years ago

Message Menu -> Copy To and Move To don't show sub-folders (Mac only)

Categories

(Thunderbird :: Folder and Message Lists, defect)

All
macOS
defect
Not set
normal

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)

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: nobody → bugmail
Status: NEW → ASSIGNED
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)
Attachment #412809 - Flags: superreview?(bugzilla)
Attachment #412809 - Flags: superreview+
Attachment #412809 - Flags: review?(bugzilla)
Attachment #412809 - Flags: review+
Attachment #412809 - Flags: approval-thunderbird3+
Comment on attachment 412809 [details] [diff] [review]
use cloneNode again but this time be shallow v1

r/sr/a=Standard8
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: 15 years ago
Resolution: --- → FIXED
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
Status: RESOLVED → VERIFIED
Whiteboard: [fixed RC1 build 2] → [fixed RC1 build 2][fixedtb301]
Whiteboard: [fixed RC1 build 2][fixedtb301] → [fixed RC1 build 2]
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.
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.
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 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.

Attachment

General

Created:
Updated:
Size: