Closed
Bug 806134
Opened 12 years ago
Closed 12 years ago
LiveConnect not working in Firefox 16.x
Categories
(Firefox :: Untriaged, defect, P1)
Tracking
()
RESOLVED
INVALID
People
(Reporter: dylan, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4
Steps to reproduce:
Ran my extension in FF16
Actual results:
Extension code threw the exception "ReferenceError: java is not defined" when trying to access the "java" symbol
Expected results:
The "java" symbol should be defined. Exact same code works fine when running under Firefox 15 and lower.
Reporter | ||
Comment 1•12 years ago
|
||
This seems to be a regression of a prior bug (see the "see also" field)
Comment 2•12 years ago
|
||
See bug 748343.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 3•12 years ago
|
||
Thanks, the solutions listed under bug #748343 resolved the issue for me
You need to log in
before you can comment on or make changes to this bug.
Description
•