Closed
Bug 136475
Opened 23 years ago
Closed 23 years ago
Search UI: File/Del/Open buttons don't enable properly on 2nd search (BRANCH)
Categories
(SeaMonkey :: MailNews: Message Display, defect)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 134893
People
(Reporter: laurel, Assigned: naving)
References
Details
(Keywords: regression, Whiteboard: [adt3 rtm])
Attachments
(1 file)
666 bytes,
patch
|
Details | Diff | Splinter Review |
Using appr9 commercial trunk build
If you select a search result in advanced search, select a result then do
another search which yields matches, when you select a search result in the
second search none of the operational buttons (Open,File,Delete,Open Message
Folder) enable.
Steps:
1. From mail window, Tools|Search Messages.
2. Choose a mail or news account, initiate a search which will yield matches.
3. Select a search result...note the Open/File/Delete/OpenFolder buttons enable.
4. Clear (or don't clear -- doesn't make a difference) the search, initiate
another search which will yield results.
5. Select a search result ... none of the operations buttons enable. Note that
when you do a multiple selection, the buttons indeed will enable and will stay
enabled if you go to single selection. If another search is done, you're in the
same boat again.
Result: after first search in the Advance Search dialog session, buttons do not
enable properly upon a single result selection.
Expected: buttons enable properly in every search.
Keywords: nsbeta1
Summary: Search UI: File/Del/Open buttons don't enable properly on second search → Search UI: File/Del/Open buttons don't enable properly on second search
regression, this worked in early march builds
Keywords: regression
Assignee | ||
Comment 2•23 years ago
|
||
wfm in today's mozilla debug build.
Assignee | ||
Comment 3•23 years ago
|
||
worksforme in today's trunk builds.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Not working in today's branch build: win98, linux rh6.2
Is working in the trunk build (tried on linux)
Talked to Scott P. and decided to reopen this for tracking for RTM.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Summary: Search UI: File/Del/Open buttons don't enable properly on second search → Search UI: File/Del/Open buttons don't enable properly on 2nd search (BRANCH)
Whiteboard: BRANCH
Comment 6•23 years ago
|
||
Let's try to get this in for rtm.
Assignee | ||
Comment 7•23 years ago
|
||
This fix is intended for branch but it can be checked on trunk also. On trunk
FireOnSelectHandler is getting called when row count changes from oldSize to 0.
Assignee | ||
Comment 8•23 years ago
|
||
david, can you review ? thx. FireOnSelectHandler calls our SelectionChanged().
Status: REOPENED → ASSIGNED
Comment 9•23 years ago
|
||
if this works on the trunk, then it's probably because of the fix I made for the
general selection problem, and it would be better to check that fix in instead.
Does this currently work on the trunk without your change, Navin?
Comment 10•23 years ago
|
||
In particular, I'm thinking of the fix in bug 134893 - one of these patches
should be checked into the branch, not individual little tweaks to fix all the
bugs that bug 134893 (assuming this is one of those bugs)
Comment 11•23 years ago
|
||
excuse me, I meant one of "those" fixes, the ones in bug 134893
Assignee | ||
Comment 12•23 years ago
|
||
bug 134893 doesn't fix this, I applied your patch on branch and it doesn't
fix it.
Assignee | ||
Comment 13•23 years ago
|
||
yes, this is currently working on trunk.
Comment 14•23 years ago
|
||
why does it work on the trunk? I guess I'll have to try the patch on the branch
as well...
Comment 15•23 years ago
|
||
my fix in bug 134893 DOES fix this problem. I applied
http://bugzilla.mozilla.org/attachment.cgi?id=79536&action=view (the next to
last patch in the bug), rebuilt chrome from the mailnews directory, and tried
this scenario. It worked fine. It didn't work before applying the patch.
Assignee | ||
Comment 16•23 years ago
|
||
I don't know how it is working for me today with your patch! I did have your
patch in my branch yesterday. That was the first thing I tried.
marking dependency on bug 134893
Depends on: 134893
Comment 17•23 years ago
|
||
did you rebuild the mailnews chrome yesterday? Anyway, my fix should be
fine...so this can be a dup of the other bug, actually.
Assignee | ||
Comment 18•23 years ago
|
||
I did build my mailnews chrome directory yesterday. I'm sure because I checked
in bug 139833 which has .xul and .js file.
Anyway marking dup
*** This bug has been marked as a duplicate of 134893 ***
Status: ASSIGNED → RESOLVED
Closed: 23 years ago → 23 years ago
No longer depends on: 134893
Resolution: --- → DUPLICATE
Reporter | ||
Comment 19•23 years ago
|
||
*** Bug 143270 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 20•23 years ago
|
||
*** Bug 147965 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 21•23 years ago
|
||
Marking verified as a duplicate and also it is working in may31 branch build -
fixed in bug 134893
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
Component: MailNews: Search → MailNews: Message Display
QA Contact: laurel → search
You need to log in
before you can comment on or make changes to this bug.
Description
•