Closed
Bug 227066
Opened 22 years ago
Closed 15 years ago
latinchat.com - Enter key does not work on a chat site
Categories
(Tech Evangelism Graveyard :: Spanish, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: fleona, Unassigned)
References
()
Details
(Whiteboard: [bug248549notfixed])
This is probably a badly coded webpage.
Go to latinchat.com
Choose any country on the right (paises y ciudades)
Then choose any nick in "escribe tu nickname" and choose any country, and hit
"entrar"
Make sure you aren't blocking popups.
The page will load telling "por favor espere" (please wait) and it should load a
new window with the chat in (an orange window)
The chat page loads and looks fine, but the enter key does not work.
I get javascript errors:
Error: s is not defined
Source File: http://login.latinchat.com/chatclient
Line: 18
Error: document.all has no properties
Source File: http://disp04.latinchat.com/img/funcions.js
Line: 411
That linea reads:
function selectClass()
{
if(document.all['UserPrefs'].name)
{
document.all['UserPrefs'].className = "UserPrefsIE";
}
}
So i guess this is bad code.
The next one when pressing enter or clicking the "enviar" button:
Error: parent.tabs_frame.tabs_applet has no properties
Source File:
http://disp04.latinchat.com/MGIFRAME?TEMPLATE=2&DispatcherIP=disp04.latinchat.com&DispatcherPort=1998&RoomName=Venezuela&UserName=probando123&SessionID=C27cf2b7ce&RoomID=R33_9-12&UNIQUE=1070123350&ValidSession=
Line: 17
Comment 1•22 years ago
|
||
Francisco is correct; the site is using IE-only syntax.
Reassigning to Tech Evangelism component -
Assignee: general → spanish
Component: JavaScript Engine → Spanish
Product: Browser → Tech Evangelism
QA Contact: PhilSchwartau → spanish
Version: Trunk → unspecified
Updated•21 years ago
|
Summary: Enter key does not work on a chat site → latinchat.com - Enter key does not work on a chat site
Updated•21 years ago
|
Whiteboard: [bug248549notfixed]
*** Bug 312065 has been marked as a duplicate of this bug. ***
Comment 3•15 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: 15 years ago
Resolution: --- → INCOMPLETE
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
•