Closed
Bug 341716
Opened 18 years ago
Closed 18 years ago
document the latest find-bar changes and add tip about enabling fayt
Categories
(Firefox Graveyard :: Help Documentation, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 2
People
(Reporter: steffen.wilberg, Assigned: steffen.wilberg)
References
Details
(Keywords: fixed1.8.1, late-l10n)
Attachments
(1 file, 2 obsolete files)
3.86 KB,
patch
|
jwalden+fxhelp
:
review+
beltzner
:
approval1.8.1+
|
Details | Diff | Splinter Review |
Bug 340849 replaced the "Match case" checkbox on the Find Bar with an automatic case-sensitivity detection. It searches case-insensitive unless you type any uppercase character. When searching case sensitive, it displays "(Case sensitive)".
Comment 1•18 years ago
|
||
Here's my summary of what my patch did (this is mostly redundant with comment #0):
* Find bar no longer has a "Match case" checkbox
* Find bar's case sensitivity now has three modes, controlled by accessibility.typeaheadfind.casesensitive:
-1: Automatic case-sensitivity [default]
0: Never case-sensitive
1: Always case-sensitive
* Automatic mode is case-insensitive when the search string is all-lowercase, and case-sensitive otherwise. This is similar to the behavior of emacs, less, and many other editors/text utilities.
* Whenever the Find bar is in case sensitive mode, either automatic or manual, "(Case sensitive)" appears after the Next/Previous buttons to indicate this.
The goal of this change is to fix two UI problems:
* Users who want case-sensitive searches have to move their mouse to a checkbox and click it
* Users generally want case-sensitive searches only for a particular search, and are often tripped up by the statefulness of the "Match case" checkbox
There is one use case where the new UI is poorer than the old UI -- when a user wants to do a case-sensitive search for an all-lowercase string. This is a tradeoff. (Users can still accomplish this by switching the pref in about:config, which will take effect immediately, but the expected behavior is that users will simply manually skip incorrect matches.)
Assignee | ||
Comment 2•18 years ago
|
||
Thanks for the detailed explanation and rationale!
Assignee | ||
Comment 3•18 years ago
|
||
This patch
- corrects the button labels (bug 340166; "Highlight" is incorrect as well),
- adds the Ctrl+F and F3 shortcuts,
- documents the automatic case-sensitivity detection,
- adds a tip about enabling fayt.
Assignee: nobody → steffen.wilberg
Status: NEW → ASSIGNED
Attachment #226059 -
Flags: review?(jwalden+fxhelp)
Assignee | ||
Comment 4•18 years ago
|
||
*** Bug 340166 has been marked as a duplicate of this bug. ***
Assignee | ||
Updated•18 years ago
|
Summary: document the new automatic case-sensitivity detection in Find Bar → document the new automatic case-sensitivity detection in Find Bar; correct button labels; add tip about enabling fayt
Assignee | ||
Comment 5•18 years ago
|
||
Bah.
Depends on: 342081
Summary: document the new automatic case-sensitivity detection in Find Bar; correct button labels; add tip about enabling fayt → document the latest find-bar changes and add tip about enabling fayt
Assignee | ||
Comment 6•18 years ago
|
||
Attachment #226059 -
Attachment is obsolete: true
Attachment #226243 -
Flags: review?(jwalden+fxhelp)
Attachment #226059 -
Flags: review?(jwalden+fxhelp)
Comment on attachment 226243 [details] [diff] [review]
The search is case-insensitive.
>Index: mozilla/browser/locales/en-US/chrome/help/using_firebird.xhtml
>===================================================================
>+ <li>Type the text you want to find. The search automatically begins as soon as
>+ type something into the search box. The search is case-insensitive.</li>
Should that be "The search automatically begins as soon as you type something into the search box"?
Assignee | ||
Comment 8•18 years ago
|
||
Oops, of course.
Assignee | ||
Updated•18 years ago
|
Target Milestone: Firefox 2 beta1 → Firefox 2 beta2
Assignee | ||
Comment 9•18 years ago
|
||
Bug 345786 will bring back the "Match Case" checkbox. So I'll remove the sentence "The search is case-insensitive", and readd this part:
<li><strong>Highlight</strong>: highlight occurrences of your search string
in the current page.</li>
Assignee | ||
Comment 10•18 years ago
|
||
Err, I meant this part of course:
- <li><strong>Match case</strong>: limit the search to text that has the
- same capitalization as your search string.</li>
Assignee | ||
Comment 11•18 years ago
|
||
Hi Jeff, I hope you don't need another two months to review this ;-)
Attachment #226243 -
Attachment is obsolete: true
Attachment #232421 -
Flags: review?(jwalden+fxhelp)
Attachment #226243 -
Flags: review?(jwalden+fxhelp)
Assignee | ||
Updated•18 years ago
|
Target Milestone: Firefox 2 beta2 → Firefox 2
Updated•18 years ago
|
Attachment #232421 -
Flags: review?(jwalden+fxhelp) → review+
Assignee | ||
Comment 12•18 years ago
|
||
Fixed on trunk.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•18 years ago
|
Attachment #232421 -
Flags: approval1.8.1?
Comment 13•18 years ago
|
||
Comment on attachment 232421 [details] [diff] [review]
The Return of the "Match Case"
a=beltzner on behalf of the 181drivers
Attachment #232421 -
Flags: approval1.8.1? → approval1.8.1+
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•