Closed
Bug 235582
Opened 21 years ago
Closed 14 years ago
webnexus.com - Text does not appear when a button is clicked - this works on Microsoft's IE.
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: eanderso, Unassigned)
References
()
Details
User-Agent:
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.6) Gecko/20040113
Unless you already have an account, you will have to register at www.verilog.com
in order to view the url entered above. Once you can enter the site, click on
Chapter 6 - Advanced Features.
Then scroll to the bottom and click on Question 12.
Again scroll to the bottom and click the red Answer button.
If you're using the same or earlier version of Mozilla that I have, you will not
get any results from clicking the Answer button. If you crosscheck this on IE,
you will see the answer to the question appear on the lower portion of the page
after clicking the button.
Reproducible: Always
Steps to Reproduce:
1.Unless you already have an account, you will have to register at
www.verilog.com in order to view the url entered above. Once you can enter the
site,
2. Click on Chapter 6 - Advanced Features.
3. Scroll to the bottom and click on Question 12.
4. Scroll to the bottom and click the red Answer button.
Actual Results:
Nothing.
Expected Results:
Some text is supposed to be displayed on the lower portion of the frame,
providing the answer to the question posed on the upper portion of the frame.
feel free to email me at eanderso@pressenter.com or call 715-386-9819 if you
need more information.
Comment 1•21 years ago
|
||
Are there errors in the JS console? Clear it, then perform the steps in this
bug. Then answer using this bug form....
Reporter | ||
Comment 2•21 years ago
|
||
Yes, there were errors in the JS console. I cleared it as Boris Zbarsky asked,
performed the steps again, with the same result - no text displayed. The
following error pops up in the JS Console after executing the steps to reproduce
the bug:
Error: Answer is not defined
Source File: http://www.vol.webnexus.com/VOL/c06/v06195.htm
Line: 17
Does this point to an error in the source?
Comment 3•21 years ago
|
||
He, I just guessed at test/test and got in...
Error: Answer is not defined
Source File: http://www.vol.webnexus.com/VOL/c06/v06195.htm
Line: 17
The script function is:
function show() {
Answer.style.visibility='visible';
}
and later in the document:
<div id="Answer" style="visibility: hidden;"> ... the answer ...
They should be using:
document.getElementById('Answer').style.visibility='visible';
-> Tech Evangelism
Assignee: events → english-us
Status: UNCONFIRMED → NEW
Component: Event Handling → English US
Ever confirmed: true
OS: Windows 98 → All
Product: Browser → Tech Evangelism
QA Contact: ian → english-us
Hardware: PC → All
Summary: Text does not appear when a button is clicked - this works on Microsoft's IE. → webnexus.com - Text does not appear when a button is clicked - this works on Microsoft's IE.
Version: Trunk → unspecified
Comment 4•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•9 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
•