Closed
Bug 66826
Opened 24 years ago
Closed 23 years ago
yahoo.com - Go button doesn't work on Yahoo's box office page
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: scottputterman, Assigned: doronr)
References
()
Details
2001012504 on NT
Go to http://movies.yahoo.com/hv/boxoffice/latest/rank.html
Where it says Archived charts, select a different week than the current week.
Hit the go button. Nothing happens. The expect result is to go to that chart.
This works fine in NS 4.7
Comment 1•24 years ago
|
||
i get the following error in the console when clicking on the go button using a
cvs build from around 4:00 est on win2k:
JavaScript error:
line 0: goto is a reserved identifier
Comment 2•24 years ago
|
||
the problem is the input tag:
<input type=submit value="Go!" onclick="goto">
"goto" is a reserved word for JavaScript, but it really should be ignored in
NavQuirks mode. over to johnny
Assignee: rods → jst
Comment 3•24 years ago
|
||
That page is just broken, IE shows a similar problem on the page. There's two
things we can do here, fix the site, or make forms submit even if the onclick
handler on input elements contains JS errors, IIRC pollmann had bugs on that
earlier so I'm reassigning to him so that he can make the decision.
Assignee: jst → pollmann
Comment 4•24 years ago
|
||
reassigning to evangelism: petitta
Assignee: pollmann → petitta
Target Milestone: --- → mozilla1.0
Comment 5•23 years ago
|
||
I reported this as well as several other Yahoo movies bugs to Yahoo, and they
are taking a look.
Comment 6•23 years ago
|
||
Still not fixed. At this rate I'll start planning an anniversary party for the bug.
Comment 7•23 years ago
|
||
Bugs targeted at mozilla1.0 without the mozilla1.0 keyword moved to mozilla1.0.1
(you can query for this string to delete spam or retrieve the list of bugs I've
moved)
Target Milestone: mozilla1.0 → mozilla1.0.1
Comment 8•23 years ago
|
||
-> Evangelism
Assignee: petitta → doronr
Component: Form Submission → US General
Product: Browser → Tech Evangelism
QA Contact: vladimire → zach
Target Milestone: mozilla1.0.1 → ---
Version: other → unspecified
Updated•23 years ago
|
Keywords: evang500
Summary: Go button doesn't work on Yahoo's box office page → yahoo.com - Go button doesn't work on Yahoo's box office page
Comment 9•23 years ago
|
||
this is fixed now.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
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
•