Closed
Bug 34874
Opened 25 years ago
Closed 24 years ago
Javascript bug replaces graphic with alt tag text
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
People
(Reporter: wittmann, Assigned: pschwartau)
References
()
Details
The URL above is actually ok under this browser. I show it to you as an example
of what works. I can't send you to the page where the error is because it's a
jsp page not available outside our LAN.
Here's what happens:
On the url I supply you with, a mouseover on one of the sidebar graphics results
in that graphic turning red. This is a flat html file. We are developing jsp
pages here, which contain the same sidebar. On a mouseover of the graphic, the
old graphic disappears, but instead of being replaced with the red version, is
instead replaced with a hyperlink whose text is the alt tag text.
My apologies if this bug was already found, I didn't have much luck with your
bug report search.
Ed Wittmann
Comment 1•25 years ago
|
||
Noone will be able to test this if we don't have a testcase. If it gets
replaced with the ALT text, though, I'd guess that for some reason Mozilla can't
load the other image (the one you're showing on mouseover). If you save the jsp
page as HTML (using File | Save Page As) and then open that file, do you have
the same problem? If so, can you attach the file to this bug report (using the
Create an attachment link). If you include JS files, be sure to include those as
well. Can you just put it up somehwere publically accessible? Thanks.
Comment 2•25 years ago
|
||
Looks like a dupe of #32269
Reporter | ||
Comment 4•25 years ago
|
||
The only way this happens for me is if the page is dynamically generated from
the jsp. If I save the resultant page, then view it, the page views normally.
Comment 5•25 years ago
|
||
wittmann@sae.org - if the only way to reproduce this bug is to use your server
on your LAN, there's nothing much we can do to diagnose and fix it. Do you have
anything else you can suggest?
Gerv
Assignee | ||
Comment 6•24 years ago
|
||
*** This bug has been marked as a duplicate of 32269 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•