Closed
Bug 294257
Opened 20 years ago
Closed 20 years ago
Firefox don't show all links (area)
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
EXPIRED
People
(Reporter: arij.jarvinen, Unassigned)
References
()
Details
Attachments
(1 file)
2.33 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fi-FI; rv:1.7.7) Gecko/20050414 Firefox/1.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; fi-FI; rv:1.7.7) Gecko/20050414 Firefox/1.0.3
This is one example; Firefox don't show logout link <area shape='rect'
coords='648, 0, 750, 15' href='/cgi-bin/gx.cgi/AppLogic+mobmain?logout=1'
target='_top'>.
If I copy href to URL-line and "run" it, it works.
And when I'm using latest Firefox for Solaris x86 same page work fine.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Plaza Klubi</title>
<style type="text/css">
<!--
@import "css/hattuhaku.css"; /* not for ns4.x*/
-->
</style>
<link rel="stylesheet" type="text/css" href="/jt_webmail/images/common.css">
<link rel="stylesheet" type="text/css" href="/jt_webmail/images/asiakkuus.css">
</head>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Plaza Klubi</title>
<style type="text/css">
<!--
@import "css/hattuhaku.css"; /* not for ns4.x*/
-->
</style>
<link href="/jt_webmail/images/common.css" rel="stylesheet" type="text/css">
<link href="/jt_webmail/images/asiakkuus.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#666666" vlink="#666666">
<table width="760" border="0" cellspacing="0" cellpadding="0" height="21"
align="center"><tr>
<td class=hattuBg>
<map name="partnerihattu"><area shape="rect" alt="" coords="0,0,112,21"
href="http://www.soneraplaza.fi/">
<area shape="rect" alt="Uutiset" coords="114,0,186,21"
href="http://www.soneraplaza.fi/uutiset">
<area shape="rect" alt="Vapaa-aika" coords="188,0,279,21"
href="http://www.soneraplaza.fi/vapaaaika">
<area shape="rect" alt="Ellit" coords="281,0,332,20"
href="http://www.soneraplaza.fi/ellit">
<area shape="rect" alt="Mobiili" coords="334,0,399,19"
href="http://www.soneraplaza.fi/mobiili">
<area shape="rect" alt="Viestit" coords="401,0,467,21"
href="http://www.soneraplaza.fi/viestit">
<area shape="rect" alt="Asiakkuus" coords="469,0,556,20"
href="http://www.soneraplaza.fi/asiakkuus">
<area shape="rect" alt="Haku" coords="558,0,609,21"
href="http://www.soneraplaza.fi/haku"></map>
<img src="https://klubi.fi.soneraplaza.net/image/partnerihattu.gif" width="610"
height="21" border="0" alt="" usemap="#partnerihattu"><br>
<img src='https://klubi.fi.soneraplaza.net/image/i.gif' width='1' height='15'><br>
<img src='https://klubi.fi.soneraplaza.net/image/mail_palveluhattu.gif'
usemap='#topframe_Map' border='0'><br>
<map name='topframe_Map'>
<area shape='rect' coords='0, 0, 343, 15'
href='https://klubi.fi.soneraplaza.net/' target='_top'>
<area shape='rect' coords='648, 0, 750, 15'
href='/cgi-bin/gx.cgi/AppLogic+mobmain?logout=1' target='_top'>
</map>
</td>
</tr></table>
Reproducible: Always
Comment 1•20 years ago
|
||
Had to edit it a bit to make it Valid HTML 4.01 Transitional
If I understand what the reporter is saying, clicking on the 'Kirjaudu Ulos' at
the top right isn't working. The path seems to be relative, and so firefox is
trying to get to file:///cgi-bin/gx.cgi/AppLogic+mobmain?logout=1.
I don't know what is expected behaviour, and if firefox is doing anything
wrong, but I attach the testcase and these comments to allow someone more
knowledgable to quickly figure out if this is a bug or not.
Comment 2•20 years ago
|
||
Scrath comment 1.
The testcase that I fixed to be valid HTML seems to work. The reporter's HTML
code in comment 0 is a mess -- two doctype declarations, two opening <html> tags
and other stuff; so I don't exactly know what he's trying to achieve. It might
be that fixing his code makes firefox do what is expected, in which case this
bug is INVALID.
Comment 3•20 years ago
|
||
This is an automated message, with ID "auto-resolve01".
This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.
While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.
If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.
The latest beta releases can be obtained from:
Firefox: http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 4•20 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above
comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → EXPIRED
You need to log in
before you can comment on or make changes to this bug.
Description
•