Closed
Bug 16835
Opened 25 years ago
Closed 25 years ago
[JavaScript] Clicking within image map grays out frame
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
FIXED
People
(Reporter: scalkins, Assigned: vidur)
References
()
Details
Happens on all platforms with build 1999-10-19-09 M11
Steps to reproduce:
1) Go to URL http://www.webvan.com in Mozilla.
2) Click on the "Sign In" link located at the top right (and/or top left) of
this site's home page.
Actual results: You will crash before the "Sign In" dialog appears.
Expected Results: A sign in dialog appears allowing you to Sign In and do online
grocery shopping.
Updated•25 years ago
|
Severity: critical → normal
QA Contact: leger → desale
Comment 1•25 years ago
|
||
Using the 1999102810-1999110108 Win32/Linux/Mac OS builds, I'm not seeing a
crash. Instead, it replaces the top page frame with a gray background. (http://
www15.webvan.com/TopTb.asp?page=homepage.asp&url=/default.asp)
Clicking on "Sign In" comprises invoking a ChgImage JavaScript script contained
within the page's frame. QA Assigning to Prashant, in case he might know who
receives this.
Updated•25 years ago
|
Summary: Crash when signing in at this URL → [JavaScript] Clicking within image map grays out frame
Comment 2•25 years ago
|
||
I see two different problems on this page now, and can't get to the original
one:
* The page http://www.webvan.com/ redirects to a warning page about cookies
because document.cookie is either undefined or null.
* The "Sign In" button causes the JavaScript error:
JavaScript Error: TypeError: document.TopTb.toptbimg has no properties
URL: http://www13.webvan.com/TopTb.asp?page=homepage.asp&url=/default.asp
LineNo: 28
These should probably be filed as separate bugs and marked as dependencies...
Updated•25 years ago
|
Assignee: don → leger
Comment 3•25 years ago
|
||
I think the first problem is bug 20477. Not marking as dependency since it's
platform specific (Linux only) and can be easily worked around.
Also, reassigning bug to leger (now default owner of Browser-General) since this
is the last of the Browser-General bugs that was assigned by default to Don.
That'll make queries easier...
Updating QA Contact for a reproduce of the first issue with latest build.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•25 years ago
|
||
Seems like both the bugs that were spawned from this are fixed. And the Sign In
button seems to work fine.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•25 years ago
|
||
Verified with 2000-01-11-09.
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•