Closed
Bug 453608
Opened 16 years ago
Closed 14 years ago
trap an error thrown by a plugin
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: priyasivasamu, Unassigned)
Details
(Whiteboard: [CLOSEME 2010-11-01])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
We have created an XPI that copies the plugins to the Mozilla profiles and we have an exe that installs the Active X components
We are detecting whether the plugins are installed using navigator.mimeTypes
Now, When we open the webpage after installing the plugins, it gives error message
" LoadLibrary failed for C:\WINNT\system32\test.dll. Minimum configaration to run signing application is not available"
This is beacuse we have not installed the exe yet.
Now, I want to trap this error so that I can detect that the exe is not installed and prompt the user to install the exe before this error comes
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
There is a message that is thrown by firefox.exe. How do I trap this error message in javascript?
Can I read the error message displayed in this dialog or atleast the title of the dialog?
Comment 2•14 years ago
|
||
This is a mass search for bugs which are in the Firefox General component, are
UNCO, have not been changed for 500 days and have an unspecified version.
Reporter, can you please update to Firefox 3.6.10 or later, create a fresh profile, http://support.mozilla.com/en-US/kb/managing+profiles, and test again. If you still see the issue, please update this bug. If the issue is gone, please set the status to RESOLVED > WORKSFORME.
Whiteboard: [CLOSEME 2010-11-01]
Comment 3•14 years ago
|
||
No reply from reporter, INCOMPLETE. Please retest with Firefox 3.6.12 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•