Closed
Bug 637275
Opened 15 years ago
Closed 15 years ago
Unable to log in to Xythos web interface - No OK button
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jdc57, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1 Mnenhy/0.7.4.0
Build Identifier: Firefox 4.0b12
The OK button does not appear in the Xythos login interface. Consequently the user cannot log in. Typing one's password plus <Enter> does not work either. It seems like the code for the OK button and its function are not loading in the Firefox 4 Beta. The page functions correctly in Firefox 3, IE9 and Chrome.
Reproducible: Always
They use strict mode for there javascript, but there javascripts doesn't validate in strict mode:
assignment to undeclared variable xy
https://gushare.georgetown.edu/xythoswfs/static/7.2.73.2022/1271722330963_3_117592294.javascript.aggr
Line 185
xy is not defined
https://gushare.georgetown.edu/xythoswfs/webview/xythoslogin.action
Line 52
xy is not defined
https://gushare.georgetown.edu/xythoswfs/webview/xythoslogin.action
Line 57
Currently firefox 4 is the only browser that supports javascript strict mode, and that's why its the only one that has problem for now. http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•