Closed
Bug 79341
Opened 25 years ago
Closed 17 years ago
mlive.com - Menus use layers, do not work
Categories
(Tech Evangelism Graveyard :: English US, defect, P3)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: richard.s.hall, Unassigned)
References
()
Details
(Whiteboard: [aok] [unreachable])
I am using the Mozilla 0.9 milestone.
In order to track the progress of Mozilla, I have been watching the the
following two web pages to see if their JavaScript ever starts to work and it
has been a long time and they are still not working, so I figured I would report
them:
http://www.mlive.com
http://www.starlightonline.com
The first site uses a navigational menu on the left side that should pop-up a
menu when the mouse runs across it, but it doesn't work under Mozilla. The
second site allows you to login using Java script, but if you try to login, the
dialog box that pops up does not respond when you click "submit".
Both of these work under Netscape 4.7x. I understand that these may be due to
deviations from standard JavaScript, but...
Comment 1•25 years ago
|
||
http://www.mlive.com uses document.layers/document.all neither of which is
supported by Mozilla. There are no plans to support these non-standard DOMs.
The page should be updated to use the standard W3C DOM...
http://www.starlightonline.com has a coding error -- they call an HTML node
"submt" and then try to use "submit" as a function. This is covered by another
bug that I can't locate at the moment... but is also unlikely to ever be supported.
Making this an evangelism bug for http://www.mlive.com. Please also file an
evangelism bug on http://www.starlightonline.com if you really care about them
fixing their buggy code...
Assignee: rogerl → bclary
URL: http://www.mlive.com or http://www.st... → http://www.mlive.com
Status: UNCONFIRMED → NEW
Component: Javascript Engine → Evangelism
Ever confirmed: true
OS: Windows 98 → All
QA Contact: pschwartau → zach
Hardware: PC → All
Summary: JavaScript not behaving properly → Menus on left side do not work
Updated•25 years ago
|
Priority: -- → P3
Updated•25 years ago
|
Summary: Menus on left side do not work → mlive.com - Menus on left side do not work
Comment 3•25 years ago
|
||
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
Updated•24 years ago
|
Whiteboard: [aok]
Comment 4•24 years ago
|
||
Mass reassign of all tech-evangelism us general bugs assigned to bc to
doron except bc's P1 bugs. You may search for this mass reassign (it is
305 bugs) by searching for the keyword 'greeneggsandham'
Assignee: bclary → doronr
1 year later, mlive's menus are across the top rather than down the left, but
they still assume Netscape == document.layers.
Contact addresses are feedback@mlive.com and
http://www.advance.net/index.ssf?/advance_internet/about.html
Summary: mlive.com - Menus on left side do not work → mlive.com - Menus use layers, do not work
Comment 6•23 years ago
|
||
tech evang june 2003 reorg
Assignee: doron → english-us
QA Contact: zach → english-us
unreachable
Whiteboard: [aok] → [aok] [unreachable]
Comment 8•17 years ago
|
||
seems to be fixed
Status: NEW → RESOLVED
Closed: 17 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
•