Closed
Bug 188644
Opened 22 years ago
Closed 22 years ago
For Netscape 6.2 writing messages in the status bar dosen’t work
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: amitkmis, Assigned: asa)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Windows 95; DigExt; YComp 5.0.0.0)
Build Identifier: http://wp.netscape.com/download/archive/client_archive62x.html (Netscape 6.2)
In Netscape 6.2 when mouse is placed over
the GIF button then it shows full path of
the function in the status bar rather then showing the onmouseover text.
Basically for the tag IMG the ALT attribute doesn't
work for Netscape 6.2
ALSO
the for the HTML tag HREF the onMouseOver
attribute does not work.
but it works for Netscape 4.75 and IE
Reproducible: Always
Steps to Reproduce:
1.Launch the given HTMl in "Additional Information" section in two differnt
browser one Netscape 6.2 another any IE version
2. U can see the differnce when u put the mouse tip over the image
3.
Actual Results:
The text "javascript:void(menuCheck('show_related_tickets'));" is shown in the
status bar in netscape 6.2
While for IE and netscape 4.75 it shows "This status message is comming in IE
and Net 4.75 but not in netscape 6.2"
Expected Results:
even for netscape 6.2 it should show this message on the status bar "This
status message is comming in IE and Net 4.75 but not in netscape 6.2"
<HTML>
<HEAD>
<TITLE>Untitled Document</TITLE>
</HEAD>
<BODY BGCOLOR="#F5F5DC" leftmargin="0" topmargin="2" marginwidth="0"
marginheight="0">
<center>
<a href="javascript:void(menuCheck('show_related_tickets'));"
onMouseOver="window.status='This status message is comming in IE and Net 4.75
but not in netscape 6.2';return true"><img src="http://www.wh8.tu-
dresden.de/Pictures/hell.jpg" alt="Show" border=0 height=24 width=83
align="MIDDLE"></a>
</center></BODY></HTML>
Comment 1•22 years ago
|
||
Please don't report Netscape bugs here, use
http://channels.netscape.com/ns/browsers/7/feedback/default.jsp instead.
However, Netscape 6.2 is based on Mozilla 0.9.4 which is very old, upgrade to
Netscape 7.0.1 or Mozilla 1.3a.
Comment 2•22 years ago
|
||
This bug report is invalid, since it does not describe a Mozilla bug.
Can anyone resolve it as invalid?
Comment 3•22 years ago
|
||
Resolving bug against old Netscape INVALID.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•