Closed
Bug 517617
Opened 15 years ago
Closed 15 years ago
Message filters: folder flyout selector fails to open
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Thunderbird 3.0rc1
People
(Reporter: mike, Assigned: bwinton)
References
Details
(Keywords: regression, Whiteboard: [no l10n impact])
Attachments
(1 file)
13.97 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.4pre) Gecko/20090918 Shredder/3.0pre
The message filter folder selector is not expanding. Normally, when you pull down the "Run selected filters on..." pulldown flyout, and hover over any item, the folder flyout would expand into a sub-menu (such as Inbox). However, this is not happening on my system. Instead, a very small square appears in the upper right corner of the highlighted selection. The square is only a few pixels wide. It is impossible to select a folder. I'll attach an image.
There are also other problems with the message filter dialog of late:
1) Run Now seems to have no affect.
2) the Enabled column does not position properly when the dialog is made wide, and then width decreased. To repeat, the dialog must be longer than the number of items, so that no scrollbar appears. Any scrollbar repainting prevents the problem from being exhibited.
Reproducible: Always
Steps to Reproduce:
1.Open Message Filters
2.Select a folder from the "Run selected filter(s) on"
3.
Actual Results:
Tiny square box appears, no folders to select from.
Expected Results:
Folder list should fly out.
Comment 2•15 years ago
|
||
This is the same regression as bug 517134, though probably needs another fix. More serious though. Same error console message.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: blocking-thunderbird3?
Keywords: regression
Target Milestone: --- → Thunderbird 3.0b4
Ah, yes, it appears so. Same error:
Error: GetMsgFolderFromUri is not defined
Source File: chrome://messenger/content/folderWidgets.xml
Line: 315
I checked the filters log, but failed to check the error log. Good catch.
Comment 4•15 years ago
|
||
(In reply to comment #2)
> This is the same regression as bug 517134, though probably needs another fix.
> More serious though. Same error console message.
Shall we dup them then ?
If it "needs another fix; more serious though", are they not considered different bugs?
Comment 6•15 years ago
|
||
Obvious failure in UI elements isn't good, so blocking+.
Flags: blocking-thunderbird3? → blocking-thunderbird3+
Whiteboard: [no l10n impact]
Target Milestone: Thunderbird 3.0b4 → Thunderbird 3.0rc1
Assignee | ||
Comment 7•15 years ago
|
||
The latest patch for Bug 516353 removes the call to GetMsgFolderFromUri, and fixes a similar problem. It also seems to be fixed on my local copy, so if someone would like to test again after that lands, that would be awesome.
Assignee: nobody → bwinton
Status: NEW → ASSIGNED
Flags: blocking-thunderbird3+ → blocking-thunderbird3?
Target Milestone: Thunderbird 3.0rc1 → Thunderbird 3.0b4
Updated•15 years ago
|
Flags: blocking-thunderbird3? → blocking-thunderbird3+
Target Milestone: Thunderbird 3.0b4 → Thunderbird 3.0rc1
Assignee | ||
Comment 8•15 years ago
|
||
This seems fixed as of http://hg.mozilla.org/comm-central/rev/2aea95c35322 .
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
I changed the platform to All, since I later discovered it occured on both Win and Mac OS X.
In any event, this seems resolved now on both platforms in the 20090922 build.
And Run Now -- the #2 problem above -- also works again. The #3 problem still fails.
Marking as Verified.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.4pre) Gecko/20090922 Shredder/3.0pre
Status: RESOLVED → VERIFIED
OS: Windows XP → All
You need to log in
before you can comment on or make changes to this bug.
Description
•