Closed
Bug 159749
Opened 23 years ago
Closed 22 years ago
"Go" buttons doesn't work [MM_findObj, id=, name=, getElementById]
Categories
(Tech Evangelism Graveyard :: Other, defect)
Tech Evangelism Graveyard
Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: etreise, Unassigned)
References
()
Details
(Whiteboard: [chinese-traditional])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0) Gecko/20020530
BuildID: 2002053012
After selecting a model name i click on "Go" button, but there is no activity in
mozilla, the page is not loaded.
Reproducible: Always
Steps to Reproduce:
1. goto the page
2. select a model in a drop down list
3. click "Go" button right from the drop down list
Actual Results: the page is not loaded
Expected Results: a new page should be loaded
The page has
<select name="L7" class="select2">
BUT they use
document.getElementById("L7")
which returns NULL because the said SELECT doesn't have id="L7" on it.
==> Evangelism.
Status: UNCONFIRMED → NEW
Component: HTML Form Controls → US Ecommerce
Ever confirmed: true
Product: Browser → Tech Evangelism
Version: other → unspecified
OS: Windows XP → All
Hardware: PC → All
Summary: "Go" buttons doesn't work → "Go" buttons doesn't work [MM_findObj, id=, name=, getElementById]
Comment 3•23 years ago
|
||
*** Bug 169978 has been marked as a duplicate of this bug. ***
Comment 4•23 years ago
|
||
*** Bug 162548 has been marked as a duplicate of this bug. ***
Comment 5•22 years ago
|
||
A site run by a company in Taiwan. Will move to Other -- anticipating
contact in Traditional Chinese as needed.
Assignee: momoi → other
Component: Asian → Other
QA Contact: ruixu → other
Whiteboard: [chinese-traditional]
Comment 6•22 years ago
|
||
The site no longer uses document.getElementById to jump to a
new page. It works now on Mozilla.
Resolving it as Fixed.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
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
•