- HP Support Forum Home
- >
- Laptop & Notebook
- >
- Notebook OS
- >
- DigitalPersona and Firefox 3
HP Support Forums
Join in the conversation.
- Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
DigitalPer sona and Firefox 3
[ Edited ]
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
01-11-2009 06:56 AM - edited 01-11-2009 07:01 AM
Hello
I have a Pavilion TX2510us running DigitalPersona Personal version 3.1.0.3276. The finger print recognition works OK all the time. I can access password-protected sites on Internet Explorer and Firefox. I have also noticed that this program added an extension on firefox so i can use the finger print to access sites on firefox.
When browsing the internet over Firefox, I have been having trouble downloading any kind of files.When i click on the link for any file, it wont happen anything. Anyway...i started looking for a solution and came up with lots of people who also report this issue. The DigitalPersona addon on firefox 3 wont let download any kind of file when you left-click on it.
There are only 2 workarounds on this issue: 1) disabling the DigitalPersona Personal extension on firefox. 2)Instead of left-clicking the download link, center-click it to open it in a new tab.
Digitalpersona doesnt offer any kind of suuport for this Personal software and I really hope HP takes a look at it.
Here are several forums where you can see people having the same problem.
http://tinyurl.com/7peufl
http://tinyurl.com/7nzubn
http://tinyurl.com/8qpd8x
BTW, I have reinstalled the DigitalPersona Personal software just in case it was a corrupt installation. Issue still persists.
Is anyone else having this issue?
Solved! Go to Solution.
Re: DigitalPer sona and Firefox 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
01-18-2009 11:36 AM
Hi there, and yes. I am having the same problem with Digital Persona add-on for Firefox 3.0.5 on an HP HDX 18t, I have used the same workarounds you mentioned. In the end, I decided to disable the add-on until there is a fix, because I discovered that sometimes opening it in a new tab doesn't always work on sites using JavaScript calls for downloads..
Other people are actually having the same problems with this as well. See blog post from December: http://www.randomideas.net/archives/842.
Digital Persona really needs to fix the bug...
Re: DigitalPer sona and Firefox 3
[ Edited ]
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
01-31-2009 11:10 AM - edited 02-01-2009 02:31 AM
I'm also facing this problem and found a workaround by editing one of javascript function. I have not tested everything, just that I can download files again and that I can log correctly to my favorite sites using my fingerprint. Maybe there are something else not working after my change, but as I have back the two functions I use, that’s fine for me. So here is the change I made in C:\Program Files\DigitalPersona\Bin\FirefoxExt\chrome\overlay
if (contentType.indexOf('application/') > -1) {
return false;
} else {
return true;
}
With this change, when Firefox tries to open a document with mime type starting by "application/" (for example application/vnd.ms-excel or application/zip), it return false and the doc opens. Otherwise it returns true. The if condition could be fine tuned to handle more precisely your needs, that's why I have not written the above code in a more compact style.
Re: DigitalPer sona and Firefox 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
02-01-2009 10:39 AM
thanks for this workaround..i will test t today and post some results...
besides the fact that i cant download anything when this addon is enabled, firefox keeps crashing very often when i have several tabs opened...
Re: DigitalPer sona and Firefox 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
02-03-2009 10:39 AM
Re: DigitalPer sona and Firefox 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
02-03-2009 04:05 PM
i wasnt able to find a email address for DP personal service. i believe in their website, they only offer support for businesses and enterprises.
regarding the fix, they will probably fix it in version 4 but they will charge us 15 bucks for upgrading, which i think its totally unfair 
thanks for the info
Re: DigitalPer sona and Firefox 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
02-16-2009 03:29 PM
I tried to edit that java script but I encountered two problems. First, the file is in a folder called Program Files (x86), not the normal Program Files folder. And seconde, when I made the changes and try to save it, i get the following error:
Cannot create the C:\Program Files (x86)\DigitalPersona\Bin\FirefoxExt\chrome\overlay
Any help?
Re: DigitalPer sona and Firefox 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
03-04-2009 09:23 AM
Editing overlay.js works beautifully. ![]()
Thanks.
Re: DigitalPer sona and Firefox 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
03-04-2009 10:44 AM
Re: DigitalPer sona and Firefox 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
03-24-2009 05:47 PM
