Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
How to disable quick find in Prism
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
emorgan  
View profile  
 More options Aug 5 2009, 3:13 pm
From: emorgan <eugenemorganrea...@gmail.com>
Date: Wed, 5 Aug 2009 12:13:37 -0700 (PDT)
Local: Wed, Aug 5 2009 3:13 pm
Subject: How to disable quick find in Prism
How can the "quick find" feature be disabled in a web app? For
example, I use Gmail and for any keyboard shortcuts that involve more
than one key, for example, g then i for Go to Inbox, the quick find
dialogue comes up.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matthew Gertner  
View profile  
 More options Aug 9 2009, 5:12 am
From: Matthew Gertner <matthew.gert...@gmail.com>
Date: Sun, 9 Aug 2009 11:12:26 +0200
Local: Sun, Aug 9 2009 5:12 am
Subject: Re: How to disable quick find in Prism
This is a known bug (at least I knew about it) but I couldn't find
anything filed in Bugzilla, so you might want to file a bug.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
zeekay  
View profile  
 More options Aug 11 2009, 11:30 am
From: zeekay <zeek...@gmail.com>
Date: Tue, 11 Aug 2009 08:30:40 -0700 (PDT)
Local: Tues, Aug 11 2009 11:30 am
Subject: Re: How to disable quick find in Prism
Add this to your prefs.js in your web app folder:

user_pref("accessibility.typeaheadfind", false);
user_pref("accessibility.typeaheadfind.flashBar", 0);

On Aug 5, 2:13 pm, emorgan <eugenemorganrea...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
crcsmnky  
View profile  
 More options Aug 21 2009, 11:02 am
From: crcsmnky <sun...@gmail.com>
Date: Fri, 21 Aug 2009 08:02:03 -0700 (PDT)
Local: Fri, Aug 21 2009 11:02 am
Subject: Re: How to disable quick find in Prism
I've been having the same issue with Prism, in that I can't seem to
figure out how to disable quick-find.  Where is the "web app" folder
that you are referring to?

Looking in my home directory/Application Data/WebApps/[webapp name]/
there doesn't seem to be a prefs.js file.  I then created one however
this did not solve the problem.  Are there any other places it should
go?  prefs.json? Another directory?

Any help here is definitely appreciated.

On Aug 11, 10:30 am, zeekay <zeek...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jason Miller  
View profile  
 More options Aug 21 2009, 11:14 am
From: Jason Miller <ja...@developit.ca>
Date: Fri, 21 Aug 2009 11:14:49 -0400
Local: Fri, Aug 21 2009 11:14 am
Subject: Re: How to disable quick find in Prism

I'm not an expert, but would it not be possible to include those two lines
in your webapp.js script? Something to the effect of:
function startup() {
    user_pref("accessibility.typeaheadfind", false);
    user_pref("accessibility.typeaheadfind.flashBar", 0);

}

On a Mac, the prefs.js file is located inside the current profile directory
- for example:
~Library/Application Support/[app name]/Profiles/[profile name]/prefs.js

- Jason


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »