Closed
Bug 272828
Opened 20 years ago
Closed 14 years ago
terra.es - uses |movie.setVariable| instead of getElementById("movie").setVariable
Categories
(Tech Evangelism Graveyard :: Spanish, defect)
Tech Evangelism Graveyard
Spanish
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: pk669, Unassigned)
References
()
Details
(Keywords: top500)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.7.5) Gecko/20041108 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.7.5) Gecko/20041108 Firefox/1.0 When you try to access to the terra chat it finish but doesn't appear the chat window. When you look to the javascript console you can see the following error: Error: movie.setVariable is not a function Archivo de origen: http://www.terra.es/chat/salas/sala_6_148.htm Line: 194 I tried to reinstall java software again but doesn't work. Reproducible: Always Steps to Reproduce: 1. 2. 3.
Comment 1•20 years ago
|
||
IIRC, an element cannot be referenced by its ID globally. The site should
perform a movie=document.getElementById("movie") first.
Comment 2•20 years ago
|
||
comment 1 is correct. The page in question was coded for IE, not for standarts. Firefox doesn't support this quirk.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Summary: error loading javascript function Error: movie.setVariable is not a function → terra.es - uses |movie.setVariable| instead of getElementById("movie").setVariable
Comment 3•20 years ago
|
||
-> Tech Evangelism
Assignee: bugs → spanish
Status: UNCONFIRMED → NEW
Component: JavaScript Console → Spanish
Ever confirmed: true
Product: Firefox → Tech Evangelism
QA Contact: firefox.js-console → spanish
Updated•20 years ago
|
OS: Windows XP → All
Hardware: PC → All
*** Bug 346413 has been marked as a duplicate of this bug. ***
Comment 5•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: 20 years ago → 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
•