Closed
Bug 681574
Opened 14 years ago
Closed 14 years ago
Cisco RV082 router admin page does not show correctly in FF4 to FF6
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: alonsoalonsocr, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux i686; rv:6.0) Gecko/20100101 Firefox/6.0
Build ID: 20110811165603
Steps to reproduce:
login to cisco rv082 router with firmware v4.0.0.07-tm (Aug 19 2010 19:19:50)
Actual results:
admin page is shown, menus appear on the left but clicking on any menu item does not load on the right the page content
Expected results:
page content should be loaded on the right.
This works fine in Chrome 13.0.782.112 in Internet Explorer and in Firefox 3.x
Reporter | ||
Comment 1•14 years ago
|
||
Error console shows:
Error: appType[1] is undefined
Source File: https://ilumasi/RV082Aug%2019%20201019:19:50nk.js
Line: 853
Error: F.lanMask is undefined
Source File: https://ilumasi/network.htm
Line: 46
Comment 2•14 years ago
|
||
We need a public testcase...
Reporter | ||
Comment 3•14 years ago
|
||
I found the problem is with some Javascript on the router admin page. It expects the navigator.appVersion to have a ";" . I see most browers do have it, like in
Firefox 2: 5.0 (Windows;en-US)
Chrome: 5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Konqueror: 5.0 (compatible; Konqueror/4.4; Linux)
But in Firefox 6 it just says: 5.0 (X11)
I wonder if there is any standard or best practice that would require a ; to be present. And was this changed on purpose, possibly breaking many scripts?. And is there any way to change it?
Comment 4•14 years ago
|
||
The UA change was on purpose.
You can change the UA with "general.useragent.override" in about:config or you can use https://addons.mozilla.org/en-US/firefox/addon/user-agent-switcher/
Comment 5•14 years ago
|
||
Alonso, did this solve your problem? Is it safe to close this issue or do you feel you have anything to add?
Updated•14 years ago
|
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
•