Closed
Bug 279354
Opened 20 years ago
Closed 16 years ago
prudential.com.sg - accessing form control in js global namespace
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: leekb, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 As an end-user, I have no way of telling whether the problem is a result of a badly coded page or simply a bug with Firefox. So I decided to log a bug anyway. Visit this URL: http://www.prudential.com.sg/corporate_sg/index.jsp In the "Quick Select" box at the right hand side of this page, you will see a scroll list titles "find what you want fast!" together with a "Go" button. In IE, selecting any item of the scroll list and clicking the "Go" button would result in a Popup window displaying the relevant information. In Firefox, this simple does not work. Absolutely nothing happens after clicking the "Go" button. Reproducible: Always Steps to Reproduce: 1. Visit http://www.prudential.com.sg/corporate_sg/index.jsp 2. At the "Quick Select" box at the right side of this page, select anything from the scroll list and click the "Go" button. Actual Results: Nothing happens. Expected Results: Open a window displaying the requested information, as seen using IE.
Comment 1•20 years ago
|
||
http://www.prudential.com.sg/corporate_sg/js/quickselector.js tries to access a form control in the global namespace: onclick="location.href=mydirlevel+quickselect.value"
Assignee: firefox → english-other
Status: UNCONFIRMED → NEW
Component: General → English Other
Ever confirmed: true
Product: Firefox → Tech Evangelism
QA Contact: general → english-other
Summary: Scroll list and button does not work in FireFox 1 → prudential.com.sg - accessing form control in js global namespace
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•