Closed
Bug 243386
Opened 21 years ago
Closed 21 years ago
Find as you type text not shown in status bar
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bugzilla, Assigned: bugs)
Details
(Keywords: regression)
Attachments
(1 file)
1.62 KB,
patch
|
aaronlev
:
review+
|
Details | Diff | Splinter Review |
When using find as you type I dont see anymore what I am typing in the status bar.
rv:1.8a, Gecko/20040511 Firefox/0.8.0+
Not 100% sure when this last worked, I think it did in the 9th build.
Reporter | ||
Updated•21 years ago
|
Summary: Find as you type not shown in status bar → Find as you type text not shown in status bar
Regression window is 2004-05-09 Nightly to 2004-05-10 Nightly. Could be another
casualty of Bug 243091?
Comment 2•21 years ago
|
||
Confirmed.
- Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a) Gecko/20040512
Firefox/0.8.0+
- Microsoft Windows 2000 Pro 5.00.2195 SP4
This is due to chrome/en-US/locale/en-US/navigator/contents.rdf no longer
existing (presumably from Bug 243091) and thus the package containing the find
as you type strings never being registered.
Since a patch won't apply after Bug 243387 is fixed I won't bother attaching
one. For reference the relevant line to add to the en-US.jar section of
mozilla/browser/extensions/package-fixup/jar.mn is this (I think, WFMs anyway):
* locale/en-US/navigator/contents.rdf
(../../../xpfe/browser/resources/locale/en-US/contents.rdf)
Assignee | ||
Comment 6•21 years ago
|
||
typeaheadfind is a core component and as such its resources should be packaged
into global, not navigator.
Assignee: firefox → bugs
Status: NEW → ASSIGNED
Assignee | ||
Updated•21 years ago
|
Attachment #148975 -
Flags: review?(aaronleventhal)
Comment 7•21 years ago
|
||
Comment on attachment 148975 [details] [diff] [review]
make typeaheadfind not depend on seamonkey chrome
Thanks Ben. Any chance you have skills in the sound arena? They typeaheafind
notfound.wav sound doesn't do Firefox justice, imo.
Attachment #148975 -
Flags: review?(aaronleventhal) → review+
Comment 8•21 years ago
|
||
Appears in the branch, too. Build Mozilla/5.0 (Windows; U; Windows NT 5.0;
en-US; rv:1.7) Gecko/20040520 Firefox/0.8.0+
Assignee | ||
Comment 9•21 years ago
|
||
Thanks Aaron. No I don't have any special skills with audio but I do have some
ideas for type-ahead-find that might reduce errors. I'm going to file bugs on
them for discussion when I get time.
Assignee | ||
Comment 10•21 years ago
|
||
Fixed branch and trunk.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•