Closed
Bug 37140
Opened 26 years ago
Closed 25 years ago
Find Again is always enabled
Categories
(SeaMonkey :: UI Design, defect, P3)
SeaMonkey
UI Design
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: laurel, Assigned: law)
References
Details
(Whiteboard: [nsbeta3+][PDTP3])
Attachments
(1 file)
|
504 bytes,
patch
|
Details | Diff | Splinter Review |
Using apr21-24 commercial m16 builds all platforms
Search|Find Again is always enabled. It should only enable after previous find
has been engaged and/or find criteria is preserved in dialog (to use in Find
Again).
1. Launch Netscape.
2. Check Search menu... Find Again is enabled. It shouldn't be.
Happens same in browser, mail window or standalone message window.
Comment 1•26 years ago
|
||
I know it sounds silly but Find*Search, really. Qa to sairuh so she can find the right person to reassign to. changing component to
xpapps altohugh this might be a menu thing
Component: Search → XPApps
QA Contact: claudius → sairuh
Updated•26 years ago
|
Target Milestone: --- → M17
Comment 4•25 years ago
|
||
command updating bug, setting correctness keyword
Keywords: correctness
Target Milestone: M17 → M19
Updated•25 years ago
|
Component: XP Apps → XP Apps: GUI Features
Summary: Find Again is always enabled. → Find Again is always enabled
Comment 5•25 years ago
|
||
setting to nsbeta3+
Comment 7•25 years ago
|
||
setting priority in status whiteboard
Priority: P3 → P4
Whiteboard: [nsbeta3+] → [nsbeta3+][p:4]
Comment 8•25 years ago
|
||
talked with Simon about this one, this should really go over to Bill since it is
across the entire app
Assignee: sfraser → law
Whiteboard: [nsbeta3+][p:4]
Target Milestone: M18 → ---
nav triage team:
nsbeta3+ because it is part of top level UI in each component.
A fix could be "disable" or could be that the "Find Again" just opens the Find
dialog - either solution is OK.
Whiteboard: [nsbeta3+]
Comment 11•25 years ago
|
||
Low profile polish. Moving to P3. Adding [PDTP3]
| Assignee | ||
Comment 12•25 years ago
|
||
| Assignee | ||
Comment 13•25 years ago
|
||
I've attached this patch; it causes "Find Again" to behave like "Find" in the
case where we haven't done a search yet in this option. I.e., it will open the
Find dialog. Looking for review...
Index: src/nsFindComponent.cpp
===================================================================
RCS file: /cvsroot/mozilla/xpfe/components/find/src/nsFindComponent.cpp,v
retrieving revision 1.48
diff -r1.48 nsFindComponent.cpp
874d873
< // For now, just record request to console.
875a875,880
>
> // If we haven't searched yet, put up dialog (via Find).
> if ( context->mSearchString.IsEmpty() ) {
> return this->Find( aContext, aDidFind );
> }
>
Status: NEW → ASSIGNED
Updated•25 years ago
|
Comment 14•25 years ago
|
||
r=blake, assuming that we want to show the find dialog here instead of
disabling the item (like what happens when you click Save rather than Save
As... but haven't yet specified a filename). I agree that this is the best
solution for this release, at least. Nice job.
Comment 15•25 years ago
|
||
As long as you don't close the bug on the basis of checking that in ... Because
correct behavior would be to disable the item, not open the dialog. This should
just be a temporary fix, otherwise the appearance of `Find Again' will lose its
usefulness as an indicator of `have I tried to find anything before?'.
Comment 16•25 years ago
|
||
I think this fix should be checked in, and then this bug be made nsbeta3-
/future so we can address it after 6.0
Comment 17•25 years ago
|
||
Bill: Might wanna check it in before it comes minus...
| Assignee | ||
Comment 18•25 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 19•25 years ago
|
||
so, as it currently stands, if Find wasn't previously used (ie, its textfield
empty), Find Again now brings up the Find dialog.
vrfying using 2000.09.15.08/9 opt comm bits on linux, mac and winnt.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•