After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 157435 - no typeahead with the firefox backend
no typeahead with the firefox backend
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
1.5.1
Other Linux
: Normal normal
: 1.6
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
: 162198 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-11-05 11:37 UTC by Sebastien Bacher
Modified: 2005-02-22 16:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
make typeaheadfind extension co-exist with firefox find-as-you-type (38.76 KB, patch)
2005-01-18 21:35 UTC, Christian Persch
none Details | Review
epiphany default pref.js patch to go with the firefox patch (580 bytes, patch)
2005-01-19 14:00 UTC, Christian Persch
committed Details | Review
updated firefox typeaheadfind patch (40.77 KB, patch)
2005-01-22 00:40 UTC, Christian Persch
none Details | Review
updated firefox typeaheadfind patch without debug printfs (40.51 KB, patch)
2005-01-22 00:45 UTC, Christian Persch
none Details | Review
also set accessibility.typeaheadfindsea.autostart (601 bytes, patch)
2005-02-22 16:10 UTC, Christian Persch
none Details | Review

Description Sebastien Bacher 2004-11-05 11:37:05 UTC
Apparently firefox doesn't use the typeahead mode anymore but the findbar.
Activating the typeahead breaks the findbar (and the typeahead seems to doesn't
even work correctly with the current version) so most of the distributions have
turned it off.

Is there any way to get a typeahed working in epiphany even if firefox has
turned this off ?
Comment 1 Christian Persch 2004-12-25 14:36:32 UTC
*** Bug 162198 has been marked as a duplicate of this bug. ***
Comment 2 Christian Persch 2005-01-18 21:35:30 UTC
Created attachment 36215 [details] [review]
make typeaheadfind extension co-exist with firefox find-as-you-type

Apply this patch to firefox source, cd extensions/typeaheadfind and make
install.

It fixes the typeaheadfind extension not to conflict with firefox'
typeaheadfind.
Made from firefox trunk, but should apply to aviary branch (ff 1.0 branch) too;
if not, it's easy to adapt manually since it's just a
s/TypeAheadFind/TypeAheadFindSea/g (and case variations) sed job.
Comment 3 Christian Persch 2005-01-19 12:19:56 UTC
I forgot to mention that you'll have to create "accessibility.typeaheadfindsea"
pref and set to 'true' in epiphany's about:config.
Comment 4 Christian Persch 2005-01-19 14:00:20 UTC
Created attachment 36240 [details] [review]
epiphany default pref.js patch to go with the firefox patch
Comment 5 Christian Persch 2005-01-22 00:40:53 UTC
Created attachment 36359 [details] [review]
updated firefox typeaheadfind patch

fix two places where I didn't add the "sea" suffix.

Compiling firefox with --enable-extensions=typeaheadfind,default produces a ff
(trunk) build with working typeaheadfind here, and makes typeahead work in
ephy.
Comment 6 Christian Persch 2005-01-22 00:45:29 UTC
Created attachment 36360 [details] [review]
updated firefox typeaheadfind patch without debug printfs

Remove stray debug output too.
Comment 7 Christian Persch 2005-01-22 00:53:19 UTC
The latest patch corrects in particular the contract ID of the typeaheadfind
extension not to use the same as firefox internal typeaheadfind. I think the
reason it worked for me before was install/registration order. It should work
now everywhere. Can someone please test and report back? Thanks.
Comment 8 Sebastien Bacher 2005-01-22 12:50:59 UTC
works fine now, thanks !
Comment 9 Christian Persch 2005-01-23 13:35:26 UTC
Comment on attachment 36240 [details] [review]
epiphany default pref.js patch to go with the firefox patch

Committed on HEAD and gnome-2-8.
Comment 10 Sebastien Bacher 2005-01-31 13:44:08 UTC
should we close this bug now ? The spaces don't work in the typeahead
(https://bugzilla.ubuntu.com/6013), should I open a bug for this ?
Comment 11 Christian Persch 2005-01-31 14:21:34 UTC
Yes, we can close it. I think we should have a "Release notes" section on the
wiki perhaps documenting this.

The bug with spaces has nothing to do with this typeaheadfind hack, since I can
reproduce it also in epiphany using mozilla trunk (but neither in mozilla
itself, nor in testgtkembed). So that deserves a separate bug.
Comment 12 Sebastien Bacher 2005-01-31 14:37:18 UTC
bug closed so, I've opened #165811 about the space issue
Comment 13 spark 2005-01-31 15:50:20 UTC
chpe, maybe this could just be an FAQ question?
Comment 14 Christian Persch 2005-01-31 16:05:25 UTC
Not sure, FAQ is more for end users isn't it?
Comment 15 Christian Persch 2005-02-22 16:10:27 UTC
Created attachment 37783 [details] [review]
also set accessibility.typeaheadfindsea.autostart

You only need this patch for Epiphany 1.4.x