Closed
Bug 289255
Opened 20 years ago
Closed 14 years ago
alac.org.nz - Test on this website completed but the "what does your score mean" button does nothing.
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tech Evangelism Graveyard
English Other
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: janet.thomsen, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.6) Gecko/20050226 Firefox/1.0.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.6) Gecko/20050226 Firefox/1.0.1 Tried with popup blocking on and off with no success. Tried it in Explorer and it worked fine. Reproducible: Always Steps to Reproduce: 1.Go to http://www.alac.org.nz/helptestyourdrinking.aspx 2.Click on link: "Test your drinking online with DrinkCheck >>" 3.Do test and enter details at bottom of page. 4.Click on "What does your score mean" Actual Results: Nothing happens. Expected Results: In explorer it takes yo to a page to explain how much of an alcoholic I am.
Comment 1•20 years ago
|
||
Using document.all Error: document.all.weighttype[0] has no properties Source File: http://www.alac.org.nz/DrinkCheck.aspx# Line: 240
Assignee: firefox → english-other
Component: General → English Other
OS: Windows XP → All
Product: Firefox → Tech Evangelism
QA Contact: general → english-other
Hardware: PC → All
Summary: Test on this website completed but the "what does your score mean" button does nothing. → alac.org.nz - Test on this website completed but the "what does your score mean" button does nothing.
Comment 2•20 years ago
|
||
Although we, to a limited extent, emulate document.all in quirks mode we don't emulate IE's returning a collection when an ID is used on more than one element. They have two different elements with id="weighttype" which violates the uniques requirement for ID attribute values. They should really be using the name attributes, remove the id attributes from the inputs and use document.form.frmMain.inputName where inputName is the name of the input.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•14 years ago
|
||
INCOMPLETE due to lack of activity since the end of 2009. If someone is willing to investigate the issues raised in this bug to determine whether they still exist, *and* work with the site in question to fix any existing issues, please feel free to re-open and assign to yourself. Sorry for the bugspam; filter on "NO MORE PRE-2010 TE BUGS" to remove.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
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
•