Closed
Bug 154545
Opened 24 years ago
Closed 21 years ago
shop.tijd.be - Javascript button on that page doesn't work with Mozilla
Categories
(Tech Evangelism Graveyard :: Dutch, defect, P3)
Tech Evangelism Graveyard
Dutch
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bart.schelstraete, Unassigned)
References
()
Details
(Whiteboard: [bug248549notfixed])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1a+) Gecko/20020625
BuildID: 20020625
Clicking on the 'bestellen' button doesn't work in Mozilla, but it works in I.E.
(javascript button)
Reproducible: Always
Steps to Reproduce:
1. Surf to :
http://shop.tijd.be/index.cfm?PageID=1755&ShopL_Item_ID=61
(sorry.....Dutch site :)
2. In the middle of that site that is a blue 'BESTELLEN' button
3. Click on that button
Actual Results: Nothing happens.......it should load another page (not a new
window)
=> Works in I.E.
Comment 1•24 years ago
|
||
<form name="OrderAForm" id="OrderForm">
The page then accesses |document.OrderForm| which claims to have no properties
in Mozilla. jst, this is all yours... ;)
Assignee: rogerl → jst
Component: JavaScript Engine → DOM Level 0
OS: Windows 2000 → All
QA Contact: pschwartau → desale
Hardware: PC → All
Comment 2•24 years ago
|
||
This issue has come up a lot in the last few days, for some reason.
For example:
bug 154447
document.element defaults to the 'name' attribute instead of the 'id' attribute
bug 154072
Site uses proprietary IE-only DOM syntax
| Reporter | ||
Comment 3•24 years ago
|
||
If it's similar to bug 154072 , maybe we can close this bug?
please advise.
(you guys already have work enough, som it's stupid to leave 'duplicate' bugs open)
Bart
Comment 4•24 years ago
|
||
Thanks -
Actually, I'll reassign this to the Evangelism component, as with bug 154072.
They will try to contact the website and encourage them to update the HTML -
Assignee: jst → nitot
Component: DOM Level 0 → Europe: West
Product: Browser → Tech Evangelism
QA Contact: desale → brantgurganus2001
Version: other → unspecified
Comment 5•24 years ago
|
||
SUMMARY (From Comment #1)
<form name="OrderAForm" id="OrderForm">
The page then accesses |document.OrderForm| which is an error in Mozilla.
FIX: the site should either do:
1. |document.OrderAForm|
(i.e. use document.formname, not document.formid )
OR:
2. |document.getElementById("OrderForm")
(preferred, W3C syntax)
Updated•23 years ago
|
Summary: Javascript button on that page doesn't work with Mozilla → shop.tijd.be - Javascript button on that page doesn't work with Mozilla
Comment 8•22 years ago
|
||
dutch default owner
Assignee: nitot → dutch
QA Contact: brantgurganus2001 → dutch
Updated•21 years ago
|
Whiteboard: [bug248549notfixed]
Comment 10•21 years ago
|
||
http://shop.tijd.be/index.cfm?PageID=1756
I went to: http://shop.tijd.be/index.cfm?PageID=1756
* clicked "bestellen" icon
* clicked "bestellen" button
* Receive a page to enter my details...
I think this one works now?
| Reporter | ||
Comment 11•21 years ago
|
||
Is indeed solved, can be closed
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•11 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
•