Closed
Bug 218110
Opened 22 years ago
Closed 21 years ago
Buttons in Yahoo! Web Mail not responding
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 183863
People
(Reporter: micrond, Unassigned)
References
()
Details
Attachments
(1 file)
293.66 KB,
application/x-zip-compressed
|
Details |
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:1.5b) Gecko/20030827
Clicking on the buttons in the message view of Yahoo! Web Mail (French) does
not lauch an action. However these buttons work properly in the message list
view. This incorrect behavior has been test with Mozilla 1.3 and 1.5 Beta. The
page works properly under IE 6.0
Here is the source of the page:
<script language="JavaScript" type="text/javascript">
<!-- hide
function CCop_errorsuppressor(){return true;}
window.onerror=CCop_errorsuppressor;
var CCop_WindowOpen=window.open;
window.open = CCop;
function CCop_NoUnload( ){};
function CCop_OnUnload( )
{
window.onunload=CCop_NoUnload;
window.onbeforeunload=CCop_NoUnload;
}
function CCop( href, windowname, features, replace )
{
var answer;
answer = confirm( "CookieCop\n\nClick OK to allow the pop-up, Cancel to
block it.\n\n" + "\nTitle= " + windowname + "\n\nURL= " + href );
if( answer )
{
if( features )
return( CCop_WindowOpen(href, windowname, features,
replace) );
return( CCop_WindowOpen(href, windowname) );
}
return null;
} //-->
</script>
<!--web41107-->
<html>
<head>
<title>Yahoo! Courriel - xxx@yahoo.fr</title>
<script>
<!--
if (typeof top.frames["wmailmain"] != "undefined") {
window.open("http://mail.yahoo.com", "_top");
}
var ypim_color = "sea";
// -->
</script>
<script
src="http://us.js1.yimg.com/us.yimg.com/lib/pim/c3/ylib_dom.js"></script>
<script language=JavaScript
src="http://us.js1.yimg.com/us.yimg.com/lib/pim/j3/pim.js"></script>
<script language=JavaScript
src="http://us.js1.yimg.com/us.yimg.com/lib/pim/css2/pim_css.js"></script>
<noscript>
<meta HTTP-EQUIV=Refresh CONTENT="0; URL=/ym/login?nojs=1">
</noscript>
<script>
function SynchMoves(which) {
if(which==1) {
document.showLetter2.destBox.selectedIndex =
document.showLetter.destBox.selectedIndex;
}
else {
document.showLetter.destBox.selectedIndex =
document.showLetter2.destBox.selectedIndex;
}
}
function SynchFwOpts(which) {
if(which==1) {
document.showLetter2.fwopt.selectedIndex =
document.showLetter.fwopt.selectedIndex;
}
else {
document.showLetter.fwopt.selectedIndex =
document.showLetter2.fwopt.selectedIndex;
}
}
function Move() {
var sl = document.showLetter;
var dbox = sl.destBox;
if(dbox.options[dbox.selectedIndex].value == "@NEW") {
nn = window.prompt("Veuillez entrer un nom pour votre dossier.","");
if(nn == null || nn == "null" || nn == "") {
dbox.selectedIndex = 0;
document.showLetter2.destBox.selectedIndex = 0;
}
else {
sl.NewFol.value = nn;
sl.MOV.value = "1";
sl.submit();
}
}
else {
sl.MOV.value = "1";
sl.submit();
}
}
function Reply()
{
document.compose.REP.value = "1";
document.compose.submit();
}
function ReplySMS(from)
{
from = from.replace(/\+/g, '%2b');
var loc_href = '/ym/ComposeSMS?
YY=19092&order=up&sort=date&pos=0&view=a&head=b&To=';
loc_href = loc_href + from + "&REP=1";
window.location.href = loc_href;
}
function ReplyAll()
{
document.compose.REPA.value = "1";
document.compose.submit();
}
function Forward()
{
document.compose.FWD.value = "1";
document.compose.fwopt.value = document.showLetter.fwopt
[document.showLetter.fwopt.selectedIndex].value;
document.compose.submit();
}
var pwWarningShown = false;
function ShowPwWarning()
{
if (!pwWarningShown) {
alert('Attention ! Vous êtes sur le point de saisir un mot de passe
qui ne va pas être envoyé à Yahoo! Nous vous rappelons que Yahoo! ne vous
demandera JAMAIS votre mot de passe par téléphone ou par mail.');
pwWarningShown = true;
}
}
var noFormWarning = false;
function ShowFormWarning()
{
if (noFormWarning) {
return true;
}
return confirm('Attention ! Vous êtes sur le point d'envoyer des
informations à quelqu'un d'autre que Yahoo! Si ne souhaitez pas transmettre ces
informations cliquez sur "Cancel". Nous vous rappelons que Yahoo! ne vous
demandera JAMAIS votre mot de passe par téléphone ou par mail. Si vous ne
souhaitez plus voir ce message modifiez vos préférences.');
}
</script>
</head>
<body marginwidth=4 marginheight=4 topmargin=4 leftmargin=4 bgcolor=white
vlink="#0000ff" link="#0000ff">
<form name=compose method=post action="/ym/Compose?
box=Inbox&Mid=6296_2046009_4997_1237_1717_0_12680_5164_1495647291&inc=&Search=&Y
Y=19092&order=up&sort=date&pos=0&view=a&head=b">
<input type=hidden name=REP value="">
<input type=hidden name=REPA value="">
<input type=hidden name=FWD value="">
<input type=hidden name="fwopt" value="quoted">
</form>
<script>
function Help(link)
{
window.open
(link,"help","width=400,height=500,scrollbars=yes,dependent=yes");
}
if (document.cookie != "" && document.cookie.indexOf("XtJV/A") == -1) {
window.open("http://mail.yahoo.com", "_top");
}
var newWin=null;
var onscreen=false;
function NewWin(url,name,xpos,ypos,width,height)
{
newWin=window.open(
url,
name,
"screenX="+xpos+",screenY="+ypos+",WIDTH="+width+",HEIGHT="+height+
",location=0,resizable=1,status=0,titlebar=1,directories=0,toolbar=0,
menubar=0,scrollbars=0,status=0"
);
newWin.focus();
onscreen=true;
}
</script>
<!-- begin standard masthead -->
<!-- begin standard masthead -->
<table width=100% cellpadding=0 cellspacing=0 border=0 bgcolor="white">
<tr>
<td>
<a href="http://mail.yahoo.com/"><img border=0
src="http://us.i1.yimg.com/us.yimg.com/i/cf/pim/b/mailma1b.gif" width=280
height=34 alt="Yahoo! Mail"></a>
</td>
<td align=right width="99%">
<font face="Arial, Helvetica" size=-1>
<a href="http://cf.rd.yahoo.com/mail_cf/pimnav/letter/?
http://cf.yahoo.com">Yahoo! Canada en français</a>
-
<a href="http://cf.rd.yahoo.com/mail_cf/myref/pimnav/letter/?
http://cf.my.yahoo.com">
Mon Yahoo!</a>
-
<a href="http://cf.rd.yahoo.com/mail_cf/help/?
http://help.yahoo.com/help/cf/mail">
Aide</a>
</font> </td>
<td align=right>
</td>
</tr>
</table>
<!-- end standard masthead -->
<!-- end standard masthead -->
<table cellpadding=3 cellspacing=0 border=0 width="100%">
<tr>
<td align=center><!-- adstart --> <!-- adend --></td>
</tr>
</table>
<script>
var oKey = new ylib_keyevt();
oKey.addKey(67,-1,"location='http://cf.f411.mail.yahoo.com/ym/ShowFolder?
rb=Inbox&YY=19092&order=up&sort=date&pos=0&view=a&head=b&YN=1'","shift+ctrl"); /
/ Check Mail | CTRL-C
oKey.addKey(80,-1,"location='http://cf.f411.mail.yahoo.com/ym/Compose?
YY=19092&order=up&sort=date&pos=0&view=a&head=b'","shift+ctrl"); // Compose |
CTRL-P
oKey.addKey(70,-1,"location='http://cf.f411.mail.yahoo.com/ym/Folders?
YY=19092&order=up&sort=date&pos=0&view=a&head=b'","shift+ctrl"); // Folders |
CTRL-F
oKey.addKey(83,-1,"location='http://cf.f411.mail.yahoo.com/ym/Search?
YY=19092&order=up&sort=date&pos=0&view=a&head=b'","shift+ctrl"); // Search |
CTRL-S
oKey.addKey(72,-
1,"location='http://help.yahoo.com/help/cf/mail'","shift+ctrl"); // Help | CTRL-
H
</script>
<script language=javascript>
<!--
function init()
{
if (oBw.ie||oBw.dom) {
ypim_initMenu('mail','addr','cal','note'); // initiates the drop
down menus
document.onkeydown = function(evt) { oKey.keyevent(evt); }
}
OnLoad(); // do not delete
}
function OnLoad()
{
// noop by default
// redefine as needed
}
onload=init
// -->
</script>
<table cellpadding=0 cellspacing=0 border=0>
<tr>
<td width=1% class=tabhi>
<table cellpadding=0 cellspacing=0 border=0 width=100%
id=mailTb>
<tr>
<td id=mail1 class=tabhia>
<table cellpadding=0 cellspacing=0 border=0 width=100%>
<tr>
<td><a
href="http://cf.rd.yahoo.com/mail_cf/pimnav/mail/*http://mail.yahoo.com"><img
src="http://us.i1.yimg.com/us.yimg.com/i/us/pim/b/mailbr1.gif" height=24
width=24 border=0 name=iconmail hspace=4 alt="Yahoo! Courriel"></a></td>
<td class=tabhit nowrap><a
href="http://cf.rd.yahoo.com/mail_cf/pimnav/mail/*http://mail.yahoo.com">Courrie
l</a> </td></tr>
</table>
</td>
<td valign=middle id=mailBtn class=tabhia><a
href="http://cf.rd.yahoo.com/mail_cf/pimnav/mail/*http://mail.yahoo.com"
onclick="ypim_prepareMail(); return ypim_showMenu('mail')"><img
src="http://us.i1.yimg.com/us.yimg.com/i/us/pim/bn/downbr1.gif" name=arr_mail
border=0 width=10 height=24></a></td>
</tr>
</table>
</td>
<td width=1% class=tablor>
<table cellpadding=0 cellspacing=0 border=0 width=100%
id=addrTb>
<tr>
<td id=addr1 class=tabloa>
<table cellpadding=0 cellspacing=0 border=0 width=100%>
<tr>
<td><a
href="http://cf.rd.yahoo.com/mail_cf/pimnav/ab/*http://cf.address.yahoo.com/yab/
cf"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/pim/b/abbr1.gif" height=24
width=24 border=0 name=iconaddr hspace=4 alt="Yahoo! Carnet
d'adresses"></a></td>
<td class=tablot nowrap><a
href="http://cf.rd.yahoo.com/mail_cf/pimnav/ab/*http://cf.address.yahoo.com/yab/
cf">Adresses</a> </td></tr>
</table>
</td>
<td valign=middle id=addrBtn class=tabloa><a
href="http://cf.rd.yahoo.com/mail_cf/pimnav/ab/*http://cf.address.yahoo.com/yab/
cf" onclick="ypim_prepareAddr(); return ypim_showMenu('addr')"><img
src="http://us.i1.yimg.com/us.yimg.com/i/us/pim/bn/downbr1.gif" name=arr_addr
border=0 width=10 height=24></a></td>
</tr>
</table>
</td>
<td width=1% class=tablor>
<table cellpadding=0 cellspacing=0 border=0 width=100% id=calTb>
<tr>
<td id=cal1 class=tabloa>
<table cellpadding=0 cellspacing=0 border=0 width=100%>
<tr>
<td><a
href="http://cf.rd.yahoo.com/mail_cf/pimnav/cal/*http://cf.calendar.yahoo.com"><
img src="http://us.i1.yimg.com/us.yimg.com/i/us/pim/b/calbr1.gif" height=24
width=24 border=0 name=iconcal hspace=4 alt="Yahoo! Agenda"></a></td>
<td class=tablot nowrap><a
href="http://cf.rd.yahoo.com/mail_cf/pimnav/cal/*http://cf.calendar.yahoo.com">A
genda</a> </td></tr>
</table>
</td>
<td valign=middle id=calBtn class=tabloa><a
href="http://cf.rd.yahoo.com/mail_cf/pimnav/cal/*http://cf.calendar.yahoo.com"
onclick="ypim_prepareCal(); return ypim_showMenu('cal')"><img
src="http://us.i1.yimg.com/us.yimg.com/i/us/pim/bn/downbr1.gif" name=arr_cal
border=0 width=10 height=24></a></td>
</tr>
</table>
</td>
<td width=1% class=tablor>
<table cellpadding=0 cellspacing=0 border=0 width=100%
id=noteTb>
<tr>
<td id=note1 class=tabloa>
<table cellpadding=0 cellspacing=0 border=0 width=100%>
<tr>
<td><a
href="http://cf.rd.yahoo.com/mail_cf/pimnav/np/*http://cf.notepad.yahoo.com"><im
g src="http://us.i1.yimg.com/us.yimg.com/i/us/pim/b/npdbr1.gif" height=24
width=24 border=0 name=iconnote hspace=4 alt="Yahoo! Bloc-notes"></a></td>
<td class=tablot nowrap><a
href="http://cf.rd.yahoo.com/mail_cf/pimnav/np/*http://cf.notepad.yahoo.com">Blo
c-notes</a> </td></tr>
</table>
</td>
<td valign=middle id=noteBtn class=tabloa><a
href="http://cf.rd.yahoo.com/mail_cf/pimnav/np/*http://cf.notepad.yahoo.com"
onclick="ypim_prepareNote(); return ypim_showMenu('note')"><img
src="http://us.i1.yimg.com/us.yimg.com/i/us/pim/bn/downbr1.gif" name=arr_note
border=0 width=10 height=24></a></td>
</tr>
</table>
</td>
<td width=95% align=right class=tabnone>
<b>xxx@yahoo.fr</b> [<a href="/ym/Logout?
YY=19092&order=up&sort=date&pos=0&view=a&head=b&YY=19092">Fermer session</a>]
</td>
</tr>
</table>
<table width="100%" cellpadding=4 cellspacing=0 border=0>
<tr class="bgd" bgcolor="#e4ecf6">
<td align=left>
<table cellpadding=2 cellspacing=0 border=0>
<tr>
<td class="tbutton" width=100 onclick="window.open('/ym/ShowFolder?
rb=Inbox&YY=19092&order=up&sort=date&pos=0&view=a&head=b&YN=1', '_top')">
<a href="/ym/ShowFolder?
rb=Inbox&reset=1&YY=19092&order=up&sort=date&pos=0&view=a&head=b&YN=1">Lire les
messages</a>
</td>
<td> </td>
<td class="tbutton" width=100 onclick="window.open('/ym/Compose?
YY=19092&order=up&sort=date&pos=0&view=a&head=b', '_top')">
<a href="/ym/Compose?YY=19092&order=up&sort=date&pos=0&view=a&head=b">Écrire un
message</a>
</td>
</tr>
</table>
</td>
<td align=right valign=bottom>
<table cellpadding=4 cellspacing=0 border=0>
<tr>
<td class="bge" bgcolor="#e4ecf6">
<a href="/ym/Search?
YY=19092&order=up&sort=date&pos=0&view=a&head=b">Recherche Courriel</a> -
<a href="/ym/Options?
YY=19092&order=up&sort=date&pos=0&view=a&head=b"><b>Options
Courriel</b></a></td>
</tr>
</table>
</td>
</tr>
</table>
<script>
function OnLoad()
{
document.compose.REP.value = "";
document.compose.REPA.value = "";
document.compose.FWD.value = "";
}
</script>
<table width="100%" cellpadding=0 cellspacing=0 border=0>
<tr>
<td class=bgd bgcolor="#9bbad6" height=4><img
src="http://us.i1.yimg.com/us.yimg.com/i/space.gif" width=2 height=3></td>
</tr>
</table>
<table width="100%" cellpadding=0 cellspacing=0 border=0>
<tr>
<td class=bgd bgcolor="#9bbad6" width=150 valign=top>
<script>
function AddFolder()
{
var nn = window.prompt("Veuillez entrer un nom pour votre dossier.","");
if (nn != null && nn != "null" && nn != "") {
var nn_escaped = "";
var nn_len = nn.length;
for (i = 0 ; i < nn_len ; i++) {
var nn_asc = nn.charCodeAt(i);
if (nn_asc > 128) {
nn_escaped += nn.charAt(i);
} else {
nn_escaped += escape(nn.charAt(i));
}
}
var str = "/ym/Folders?ADD=1&Name=" + nn_escaped
+ "&.crumb=N5OyYJmMGV2&.done=" + escape(document.URL)
+ "&YY=19092&order=up&sort=date&pos=0&view=a&head=b";
window.open(str, "_top");
}
}
function TogglePersonal()
{
window.open(
"/ym/Welcome?pers=1&.done="
+
escape("/ym/ShowLetter?
box=Inbox&MsgId=6296_2046009_4997_1237_1717_0_12680_5164_1495647291&inc=&num=&Se
arch=&YY=19092&order=up&sort=date&pos=0&view=a&head=b")
+
"&YY=19092&order=up&sort=date&pos=0&view=a&head=b",
"_top"
);
}
</script>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td height="6">
</td>
</tr>
<tr class="ftitle">
<td colspan="2"><b> Courrier externe </b><small>[<a
href="/ym/Identities?
YY=19092&order=up&sort=date&pos=0&view=a&head=b">Modifier</a></small>]</td>
</tr>
<tr class="flo">
<td nowrap style="background-color:#ffb6c1"> <img
src="http://us.i1.yimg.com/us.yimg.com/i/space.gif" width=16 height=16
alt=""></td>
<td><a href=" /ym/External?
GET=1&inbox=1&.crumb=faGkvpoiCfI&Srvr=pop.globetrotter.net&Num=0&YY=19092&order=
up&sort=date&pos=0&view=a&head=b">pop.globetrotte...</a></td>
</tr>
<tr>
<td height="4" colspan="2">
</td>
</tr>
<tr class="ftitle">
<td colspan="2"> <a href="/ym/Folders?
YY=19092&order=up&sort=date&pos=0&view=a&head=b"><b>Dossiers</b></a>
<small>[<a href="javascript:AddFolder()">Ajouter</a>]</small>
</td>
</tr>
<tr class="fhi">
<td width="1%" nowrap> <img
src="http://us.i1.yimg.com/us.yimg.com/i/us/pim/f/inbo1.gif" width="16"
height="16">
</td>
<td>
<a href="/ym/ShowFolder?
rb=Inbox&reset=1&YY=19092&order=up&sort=date&pos=0&view=a&head=b">Boîte de
réception</a>
</td>
</tr>
<tr class="flo">
<td width="1%" nowrap> <img
src="http://us.i1.yimg.com/us.yimg.com/i/us/pim/f/dftc1.gif" width="16"
height="16">
</td>
<td>
<a href="/ym/ShowFolder?
rb=Draft&reset=1&YY=19092&order=up&sort=date&pos=0&view=a&head=b">Brouillons</a>
</td>
</tr>
<tr class="flo">
<td width="1%" nowrap> <img
src="http://us.i1.yimg.com/us.yimg.com/i/us/pim/f/sntc1.gif" width="16"
height="16">
</td>
<td>
<a href="/ym/ShowFolder?
rb=Sent&reset=1&YY=19092&order=up&sort=date&pos=0&view=a&head=b">Envoyés</a>
</td>
</tr>
<tr class="flo">
<td width="1%" nowrap> <img
src="http://us.i1.yimg.com/us.yimg.com/i/us/pim/f/blkc1.gif" width="16"
height="16">
</td>
<td>
<a href="/ym/ShowFolder?rb=%40B%
40Bulk&reset=1&YY=19092&order=up&sort=date&pos=0&view=a&head=b">Publipostage</a>
<small>[<a href="/ym/ShowFolder?
EB=1&.crumb=Ttc/fGRMAt4&reset=1&YY=19092&order=up&sort=date&pos=0&view=a&head=b"
>Vider</a>]</small>
</td>
</tr>
<tr class="flo">
<td width="1%" nowrap> <img
src="http://us.i1.yimg.com/us.yimg.com/i/us/pim/f/tshc1.gif" width="16"
height="16">
</td>
<td>
<a href="/ym/ShowFolder?
rb=Trash&reset=1&YY=19092&order=up&sort=date&pos=0&view=a&head=b">Corbeille</a>
<small>[<a href="/ym/ShowFolder?
ET=1&.crumb=Ttc/fGRMAt4&reset=1&YY=19092&order=up&sort=date&pos=0&view=a&head=b"
>Vider</a>]</small>
</td>
</tr>
<tr class="ftitle">
<td colspan=2 nowrap> <b>Mes dossiers</b> <small> [<a
href="javascript:TogglePersonal()">Masquer</a>]
</small>
</td>
</tr>
<tr class="flo">
<td width="1%" nowrap> <img
src="http://us.i1.yimg.com/us.yimg.com/i/us/pim/f/perc1.gif" width="16"
height="16">
</td>
<td>
<a href="/ym/ShowFolder?rb=Amiti%e9s%
20internationales&reset=1&YY=19092&order=up&sort=date&pos=0&view=a&head=b">
Amitiés interna...
</a>
</td>
</tr>
<tr class="flo">
<td width="1%" nowrap> <img
src="http://us.i1.yimg.com/us.yimg.com/i/us/pim/f/perc1.gif" width="16"
height="16">
</td>
<td>
<a href="/ym/ShowFolder?
rb=Emplois&reset=1&YY=19092&order=up&sort=date&pos=0&view=a&head=b">
Emplois
</a>
</td>
</tr>
<tr class="flo">
<td width="1%" nowrap> <img
src="http://us.i1.yimg.com/us.yimg.com/i/us/pim/f/perc1.gif" width="16"
height="16">
</td>
<td>
<a href="/ym/ShowFolder?
rb=Humour&reset=1&YY=19092&order=up&sort=date&pos=0&view=a&head=b">
Humour
</a>
</td>
</tr>
<tr class="flo">
<td width="1%" nowrap> <img
src="http://us.i1.yimg.com/us.yimg.com/i/us/pim/f/perc1.gif" width="16"
height="16">
</td>
<td>
<a href="/ym/ShowFolder?
rb=IRI&reset=1&YY=19092&order=up&sort=date&pos=0&view=a&head=b">
IRI
</a>
</td>
</tr>
<tr class="flo">
<td width="1%" nowrap> <img
src="http://us.i1.yimg.com/us.yimg.com/i/us/pim/f/perc1.gif" width="16"
height="16">
</td>
<td>
<a href="/ym/ShowFolder?
rb=Perso&reset=1&YY=19092&order=up&sort=date&pos=0&view=a&head=b">
Perso
</a>
</td>
</tr>
<tr class="flo">
<td width="1%" nowrap> <img
src="http://us.i1.yimg.com/us.yimg.com/i/us/pim/f/perc1.gif" width="16"
height="16">
</td>
<td>
<a href="/ym/ShowFolder?
rb=Scouts&reset=1&YY=19092&order=up&sort=date&pos=0&view=a&head=b">
Scouts
</a>
</td>
</tr>
<tr class="flo">
<td width="1%" nowrap> <img
src="http://us.i1.yimg.com/us.yimg.com/i/us/pim/f/perc1.gif" width="16"
height="16">
</td>
<td>
<a href="/ym/ShowFolder?rb=Sites%20Web%20et%
20logiciels&reset=1&YY=19092&order=up&sort=date&pos=0&view=a&head=b">
Sites Web et lo...
</a>
</td>
</tr>
<tr class="flo">
<td width="1%" nowrap> <img
src="http://us.i1.yimg.com/us.yimg.com/i/us/pim/f/perc1.gif" width="16"
height="16">
</td>
<td>
<a href="/ym/ShowFolder?rb=Th%e9ologie%2c%20religion%20et%
20focolari&reset=1&YY=19092&order=up&sort=date&pos=0&view=a&head=b">
Théologie, reli...
</a>
</td>
</tr>
<tr class="flo">
<td width="1%" nowrap> <img
src="http://us.i1.yimg.com/us.yimg.com/i/us/pim/f/perc1.gif" width="16"
height="16">
</td>
<td>
<a href="/ym/ShowFolder?
rb=professionel&reset=1&YY=19092&order=up&sort=date&pos=0&view=a&head=b">
professionel
</a>
</td>
</tr>
<tr>
<td colSpan=2 height=5><img height=5 alt=""
src="http://us.i1.yimg.com/us.yimg.com/i/space.gif" width=5>
</td>
</tr>
</table>
</td>
<td class=bgd bgcolor="#9bbad6" width=8><img
src="http://us.i1.yimg.com/us.yimg.com/i/space.gif" width=8 height=2></td>
<td bgcolor="white" valign=top>
<table cellpadding=0 cellspacing=0 border=0>
<td class=bgd bgcolor="#9bbad6"><img
src="http://us.i1.yimg.com/us.yimg.com/i/us/pim/el/rdul1.gif" width=5
height=5></td>
</table>
<table cellpadding=4 cellspacing=0 border=0 width="100%">
<tr>
<td colspan=2>
</td>
</tr>
<tr>
<td>
<a href="/ym/ShowLetter?
box=Inbox&MsgId=6296_2046009_4997_1237_1717_0_12680_5164_1495647291&PREV=1&inc=&
num=&Search=&YY=19092&order=up&sort=date&pos=0&view=a&head=b"
onmouseover="window.status='De: André_Weis, Objet: hébergement_à_Québec';return
true" onmouseout="window.status=window.defaultStatus;return true">Précédent</a>
| <a href="/ym/ShowLetter?
box=Inbox&MsgId=6296_2046009_4997_1237_1717_0_12680_5164_1495647291&NEXT=1&inc=&
num=&Search=&YY=19092&order=up&sort=date&pos=0&view=a&head=b"
onmouseover="self.status='De: Myriam Bassot, Objet: La_pensée_du_jour';return
true" onmouseout="window.status=window.defaultStatus;return true">Suivant</a>
| <a href="/ym/ShowFolder?
box=Inbox&back=1&YY=19092&order=up&sort=date&pos=0&view=a&head=b"
onmouseover="window.status='Dossier: Boîte de réception';return true"
onmouseout="window.status=window.defaultStatus;return true">Retour aux
messages</a>
</td>
<td align=right valign=bottom>
<a href="/ym/ShowLetter?
box=Inbox&MsgId=6296_2046009_4997_1237_1717_0_12680_5164_1495647291&Search=&PRIN
T=1&ShowImages=&YY=19092&order=up&sort=date&pos=0&view=a&head=b"
target=_blank>Version imprimable</a> - <a href="/ym/ShowLetter?
box=Inbox&MsgId=6296_2046009_4997_1237_1717_0_12680_5164_1495647291&Search=&Nhea
d=f&YY=19092&order=up&sort=date&pos=0&view=a&head=b">En-tête complet</a>
</td>
</tr>
</table>
<form name=showLetter method=post action="/ym/ShowLetter?
Search=&YY=19092&order=up&sort=date&pos=0&view=a&head=b">
<input type=hidden name=".crumb" value="wrVhvkECWej"><input type=hidden
name="MsgId" value="6296_2046009_4997_1237_1717_0_12680_5164_1495647291">
<input type=hidden name="box" value="Inbox">
<input type=hidden name=MOV value="">
<input type=hidden name=NewFol value="">
<table cellpadding=3 cellspacing=0 border=0 width="100%">
<tr class=bbar bgcolor="#3f6c96">
<td>
<table border=0 cellpadding=1 cellspacing=0>
<tr>
<td><input type=submit name=DEL value=" Supprimer "
class=fbutton></td>
<td> </td>
<td><input type=button value=" Répondre " class=fbutton
onclick="Reply()"></td>
<td><input type=button value="Répondre à tous" class=fbutton onclick="ReplyAll
()"></td>
<td><input type=button value="Transférer" class=fbutton onclick="Forward
()"></td>
<td><select name="fwopt" onchange="SynchFwOpts(1)">
<option value="attach">en pièce jointe <option value="quoted" selected>en texte
inclus </select></td>
</tr>
</table>
</td>
<td nowrap align=right>
<table border=0 cellpadding=1 cellspacing=0>
<tr>
<td><select name="destBox" title="Move checked items" onchange="SynchMoves(1)">
<option>Déplacer dans...</option>
<option value="Amitiés internationales">Amitiés interna...</option>
<option value="Emplois">Emplois</option>
<option value="Humour">Humour</option>
<option value="IRI">IRI</option>
<option value="Perso">Perso</option>
<option value="Scouts">Scouts</option>
<option value="Sites Web et logiciels">Sites Web et lo...</option>
<option value="Théologie, religion et focolari">Théologie, reli...</option>
<option value="professionel">professionel</option>
<option value="@NEW">[Nouveau dossier]</option>
</select></td>
<td><input type=button value="Appliquer" class=fbutton onclick="Move()"></td>
</tr>
</table>
</td>
</tr>
</table>
</form>
<table cellpadding=0 cellspacing=0 border=0 class="barlink" width="100%">
<tr>
<td>
<table cellpadding=8 width="100%"><tr><td>
<table cellpadding=4 cellspacing=0 border=0 width="100%">
<tr class=frmb>
<td> Ce message n'a pas de drapeau. [ <a href="/ym/ShowLetter?
box=Inbox&MsgId=6296_2046009_4997_1237_1717_0_12680_5164_1495647291&Search=&FLG=
1&YY=19092&order=up&sort=date&pos=0&view=a&head=b">Ajouter un drapeau</a> - <a
href="/ym/ShowLetter?
box=Inbox&MsgId=6296_2046009_4997_1237_1717_0_12680_5164_1495647291&Search=&UNR=
1&.crumb=wrVhvkECWej&YY=19092&order=up&sort=date&pos=0&view=a&head=b">Marquer
comme non lu</a>
]
</td>
</tr>
</table>
<table cellpadding=0 cellspacing=0 width="100%" border=0>
<tr>
<td>
<table cellspacing=0 cellpadding=3 width="100%" border=0>
<tr valign=top>
<tr class=bge><td align=right valign=top
nowrap><b><small>De:</small></b></td><td
width="100%"><small>Zwarich.Frederic@hydro.qc.ca | <b><a
href="/ym/BlockSender?&.crumb=pDsVcsvymNS&SP=Yes&NE=zwarich.frederic%
40hydro.qc.ca&box=Inbox&MsgId=6296_2046009_4997_1237_1717_0_12680_5164_149564729
1&inc=&num=&Search=&YY=19092&order=up&sort=date&pos=0&view=a&head=b"><small>Ce
mail est un spam</small></a></b> | <b><a
href="javascript:document.frmAddAddrs.submit()"><small>Ajouter au carnet
d'adresses</small></a></b></small></td></tr>
<tr class=bge><td align=right valign=top
nowrap><b><small>À:</small></b></td><td width="100%"><small></small></td></tr>
<tr class=bge><td align=right valign=top
nowrap><b><small>Objet:</small></b></td><td width="100%"><small> TR :
Jok'orama</small></td></tr>
<tr class=bge><td align=right valign=top
nowrap><b><small>Date:</small></b></td><td width="100%"><small> Tue, 2 Sep 2003
10:10:51 -0400 </small></td></tr>
</table></td>
<td valign=top bgcolor="#eeeeee"><form name=frmAddAddrs
action="http://address.mail.yahoo.com/yab/cf?v=YM&A=a&.intl=cf" method="post">
<table cellpadding=0 cellspacing=0 border=0 width="100%">
<tr valign=top><td bgcolor="#eeeeee" align=left>
<font face="Arial" size="-1">
<input type="hidden" name="fn" value=",">
<input type="hidden" name="ln" value=",">
<input type="hidden" name="e" value="zwarich.frederic@hydro.qc.ca,">
<input type="hidden" name="m" value="1">
<input type="hidden" name=".done"
value="http://cf.f411.mail.yahoo.com/ym/ShowLetter?
MsgId=6296_2046009_4997_1237_1717_0_12680_5164_1495647291&order=up&inc=&sort=dat
e&view=a&head=a&box=Inbox&YY=19092">
</font>
</td></tr>
</table>
</form></td>
</tr>
</table>
<br>
<div id=message>
<table cellpadding=0 cellspacing=0 border=0 width="100%"><tr><td>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<title>Message</title>
<xmeta content="MSHTML 5.50.4912.300" name=GENERATOR></head>
<xbody>
<div>Un paysan s'achète une Mercedes. </div>
<div>
<div>Il se vexe des frais supplémentaires pour les équipements hors-série. Peu
de temps après, le directeur de Mercedes achète chez ce paysan une vache pour
sa
ferme.Le paysan écrit la facture suivante:</div>
<div>Facture<br>01... Vache... 2,500.00$<br>02... Teintes noir et blanche...
150.00$<br>03... Habillage en cuir... 100.00$<br>04... Réservoir de lait...
50.00$<br>04... Robinets pour traire...50.00$<br>05... Pare-chocs cornée...
50.00$<br>06... Chasse-mouches automatique... 30.00$<br>07... Dispositif
Biodégradable...60.00$<br>08... Sabots tout terrain... 100.00$<br>09... Système
de freinage... 400.00$<br>10... Klaxon plusieurs sons... 135.00$</div>
<div><font face=Arial color=#0000ff size=2></font> </div>
<div>============================================================<br></div>
<div>VIEILLIR c'est quoi?</div>
<div>IL FAUT REGARDER LA VIE EN "FARCE"...</div>
<div>"VIEILLIR" C'EST QUAND... Ta femme dit : "Chéri, montons à notre chambre
faire l'amour" et que tu réponds : "Chérie, je ne pourrai pas faire
lesdeux!"</div>
<div>"VIEILLIR" C'EST QUAND... tes amis te disent que tu as des beaux souliers
en crocodile et que tu es nu-pied !</div>
<div>"VIEILLIR" C'EST QUAND... tu es tout excité devant une belle fille et ton
"pacemaker" ouvre soudainement la porte du garage.</div>
<div>"VIEILLIR" C'EST QUAND... Tu ne veux plus savoir où va ta femme tant que
tu
n'es pas obligé de l'accompagner.</div>
<div>VIEILLIR" C'EST QUAND... C'est ton médecin qui te dit de modérer au lieu
de
la police.</div>
<div>"VIEILLIR" C'EST QUAND... "Un petit peu d'action" veut dire que tu n'as
pas
besoin de manger 2 bols de céréales aux fibres aujourd'hui.</div>
<div>"VIEILLIR" C'EST QUAND... "Être chanceux" veut dire te trouver une place
de
stationnement du premier coup.</div>
<div>"VIEILLIR" C'EST QUAND... "Passer une belle nuit..." veut dire que tu n'as
pas eu à te lever pour faire pipi.</div>
<div>"VIEILLIR" C'EST QUAND... Tu enlèves ton soutien-gorge et que tu n'as plus
une seule ride dans le visage et le cou !</div>
<div><font face=Arial color=#0000ff
size=2></font> </div></div></xbody></html>
</td></tr></table>
</div>
</td></tr></table>
</td>
</tr>
</table>
<form name=showLetter2 method=post action="/ym/ShowLetter?
YY=19092&order=up&sort=date&pos=0&view=a&head=b">
<input type=hidden name=".crumb" value="wrVhvkECWej"><input type=hidden
name="MsgId" value="6296_2046009_4997_1237_1717_0_12680_5164_1495647291">
<input type=hidden name="box" value="Inbox">
<input type=hidden name=MOV value="">
<input type=hidden name=NewFol value="">
<table cellpadding=3 cellspacing=0 border=0 width="100%">
<tr class=bbar bgcolor="#3f6c96">
<td>
<table border=0 cellpadding=1 cellspacing=0>
<tr>
<td><input type=submit name=DEL value=" Supprimer "
class=fbutton></td>
<td> </td>
<td><input type=button value=" Répondre " class=fbutton
onclick="Reply()"></td>
<td><input type=button value="Répondre à tous" class=fbutton onclick="ReplyAll
()"></td>
<td><input type=button value="Transférer" class=fbutton onclick="Forward
()"></td>
<td><select name="fwopt" onchange="SynchFwOpts(2)">
<option value="attach">en pièce jointe <option value="quoted" selected>en texte
inclus </select></td>
</tr>
</table>
</td>
<td nowrap align=right>
<table border=0 cellpadding=1 cellspacing=0>
<tr>
<td><select name="destBox" title="Move checked items" onchange="SynchMoves(2)">
<option>Déplacer dans...</option>
<option value="professionel">professionel</option>
<option value="@NEW">[Nouveau dossier]</option>
</select></td>
<td><input type=button value="Appliquer" class=fbutton onclick="Move()"></td>
</tr>
</table>
</td>
</tr>
</table>
</form>
<table cellpadding=4 cellspacing=0 border=0 width="100%">
<tr><td colspan=2></td></tr>
<tr>
<td>
<a href="/ym/ShowLetter?
box=Inbox&MsgId=6296_2046009_4997_1237_1717_0_12680_5164_1495647291&PREV=1&inc=&
num=&Search=&YY=19092&order=up&sort=date&pos=0&view=a&head=b"
onmouseover="window.status='De: André_Weis, Objet: hébergement_à_Québec';return
true" onmouseout="window.status=window.defaultStatus;return true">Précédent</a>
| <a href="/ym/ShowLetter?
box=Inbox&MsgId=6296_2046009_4997_1237_1717_0_12680_5164_1495647291&NEXT=1&inc=&
num=&Search=&YY=19092&order=up&sort=date&pos=0&view=a&head=b"
onmouseover="self.status='De: Myriam Bassot, Objet: La_pensée_du_jour';return
true" onmouseout="window.status=window.defaultStatus;return true">Suivant</a>
| <a href="/ym/ShowFolder?
box=Inbox&YY=19092&order=up&sort=date&pos=0&view=a&head=b"
onmouseover="window.status='Dossier: Boîte de réception';return true"
onmouseout="window.status=window.defaultStatus;return true">Retour aux
messages</a>
</td>
<td align=right>
<a href="/ym/ShowLetter/file.txt?
box=Inbox&MsgId=6296_2046009_4997_1237_1717_0_12680_5164_1495647291&bodyPart=1&f
ilename=file.txt&save=1&download=1&YY=19092&order=up&sort=date&pos=0&view=a&head
=b">Enregistrer le texte du message</a>
</td>
</tr>
</table>
<tr>
<td class=bgd bgcolor="#9bbad6" colspan=2>
<img src="http://us.i1.yimg.com/us.yimg.com/i/space.gif" width=40 height=2
alt=""></td>
<td bgcolor="white" valign=top>
<table cellpadding=0 cellspacing=0 border=0>
<tr class=bgd bgcolor="#9bbad6" class=bgd><td width=5 height=5><img
src="http://us.i1.yimg.com/us.yimg.com/i/us/pim/el/rddl1.gif" width=5 height=5
alt=""></td></tr>
</table>
</td>
</tr>
</table>
<table width="100%" cellpadding=4 cellspacing=0 border=0>
<tr class="bgd" bgcolor="#e4ecf6">
<td align=left>
<table cellpadding=2 cellspacing=0 border=0>
<tr>
<td class="tbutton" width=100 onclick="window.open('/ym/ShowFolder?
rb=Inbox&YY=19092&order=up&sort=date&pos=0&view=a&head=b&YN=1', '_top')">
<a href="/ym/ShowFolder?
rb=Inbox&reset=1&YY=19092&order=up&sort=date&pos=0&view=a&head=b&YN=1">Lire les
messages</a>
</td>
<td> </td>
<td class="tbutton" width=100 onclick="window.open('/ym/Compose?
YY=19092&order=up&sort=date&pos=0&view=a&head=b', '_top')">
<a href="/ym/Compose?YY=19092&order=up&sort=date&pos=0&view=a&head=b">Écrire un
message</a>
</td>
</tr>
</table>
</td>
<td align=right valign=bottom>
<table cellpadding=4 cellspacing=0 border=0>
<tr>
<td class="bge" bgcolor="#e4ecf6">
<a href="/ym/Search?
YY=19092&order=up&sort=date&pos=0&view=a&head=b">Recherche Courriel</a> -
<a href="/ym/Options?
YY=19092&order=up&sort=date&pos=0&view=a&head=b"><b>Options
Courriel</b></a></td>
</tr>
</table>
</td>
</tr>
</table>
<center>
<table cellpadding=4 cellspacing=0 border=0>
<tr><td>
<a href="/ym/Welcome?
YY=19092&order=up&sort=date&pos=0&view=a&head=b">Courriel</a> -
<a href="http://cf.rd.yahoo.com/mail_cf/footer/ab/?
http://cf.address.yahoo.com/yab/cf">Carnet d'adresses</a> - <a
href="http://cf.rd.yahoo.com/mail_cf/footer/cal/?
http://cf.calendar.yahoo.com">Agenda</a> - <a
href="http://cf.rd.yahoo.com/mail_cf/footer/note/?
http://cf.notepad.yahoo.com">Bloc-notes</a></td></tr>
</table>
</center>
<center><hr size=1 width=75% noshade></center>
<center> <small><br> Copyright © 20022003
<a href="http://cf.rd.yahoo.com/mail_cf/tos/?http://cf.yahoo.com">Yahoo! Canada
en français</a> Inc. Tous droits réservés. <a
href="http://cf.docs.yahoo.com/info/terms/">Conditions d'utilisation du
service</a>
NOTE : nous recueillons des informations personnelles sur ce
site.<br>Pour en savoir plus sur l'utilisation de ces données, consultez <a
href="http://privacy.yahoo.com/privacy/cf/">Charte sur la vie privée</a>
</small>
</center>
<script>
var ypim_RD_URL = "http://cf.rd.yahoo.com/mail_cf";
var ypim_MA_Farm_URL = "http://cf.f411.mail.yahoo.com";
var ypim_AB_URL = "http://cf.address.yahoo.com/yab/cf";
var ypim_CA_URL = "http://cf.calendar.yahoo.com";
var ypim_NP_URL = "http://cf.notepad.yahoo.com";
var ypim_MA_YY = "215846";
var ypim_IMG = "http://us.i1.yimg.com/us.yimg.com/i/us/pim";
var ypim_Loc = "cf";
var ypim_IsCalendarView = false;
var ypim_IsNotepadView = false;
var ypim_i18n_CheckMail = "Lire les messages"; var ypim_i18n_Compose = "Écrire
un message"; var ypim_i18n_Folders = "Dossiers"; var ypim_i18n_Search
= "Recherche"; var ypim_i18n_Options = "Options Mail"; var ypim_i18n_Help
= "Aide"; var ypim_i18n_AddContact = "Ajouter un contact"; var
ypim_i18n_AddCategory = "Ajouter une catégorie"; var ypim_i18n_AddList
= "Ajouter une liste"; var ypim_i18n_ViewContacts = "Afficher les contacts";
var ypim_i18n_ViewLists = "Afficher les listes"; var ypim_i18n_Quickbuilder
= "Contact Express"; var ypim_i18n_ImportContacts = "Import / Export"; var
ypim_i18n_Synchronize = "Synchroniser"; var ypim_i18n_AddressesOptions
= "Options Adresses"; var ypim_i18n_AddressesHelp = "Aide"; var
ypim_i18n_AddEvent = "Ajouter un événement"; var ypim_i18n_AddTask = "Ajouter
une tâche"; var ypim_i18n_AddBirthday = "Ajouter un anniversaire"; var
ypim_i18n_Day = "Jour"; var ypim_i18n_Week = "Semaine"; var ypim_i18n_Month
= "Mois"; var ypim_i18n_Year = "Année"; var ypim_i18n_EventList = "Liste
d'événements"; var ypim_i18n_Reminders = "Rappels"; var ypim_i18n_Tasks
= "Tâche"; var ypim_i18n_Sharing = "Partage"; var ypim_i18n_Synchronize
= "Synchroniser"; var ypim_i18n_CalendarOptions = "Options Agenda"; var
ypim_i18n_CalendarHelp = "Aide Agenda"; var ypim_i18n_AddNote = "Ajouter une
note"; var ypim_i18n_AddFolder = "Ajouter un dossier"; var ypim_i18n_ViewNotes
= "Afficher les notes"; var ypim_i18n_NotepadOptions = "Options Notes"; var
ypim_i18n_NotepadHelp = "Aide";
</script>
<script src="/lib_web/pulldowns.js"></script>
<div id="mail">
</div>
<div id="addr">
</div>
<div id="cal">
</div>
<div id="note" class=menubg>
</div>
</body>
</html>
<!-- v3.3.11.0 1060674587 -->
<!-- 0.10756 -->
Reproducible: Always
Steps to Reproduce:
1.Open a mail box in Yahoo Mail (my setup is in French)
2.Select an incoming message
3.When viewing the message click any button (Supprimer (aka Delete), Répondre
(aka Reply), etc.)
Actual Results:
nothing. Nothing is sent to the server
Expected Results:
a request should be sent to the server to perform the action (delete message,
reply to the message, etc.)
![]() |
||
Comment 1•22 years ago
|
||
> window.open = CCop;
This almost certainly throws an exception. Are there any errors in the JS
console? (Clear the console, then reload the page and click the button.)
In the future, please use the "Create a New Attachment" link to attach long
documents to bugs...
Comment 2•22 years ago
|
||
Reassigning to Browser-General for now. Michel: are there any errors in
Tools > Web Development > JavaScript Console when you click the button?
(be sure to clear the console of any previous errors first)
Comment 3•22 years ago
|
||
Oops - really reassigning this time. This is not likely to be
a bug in JavaScript Engine -
Assignee: rogerl → general
Component: JavaScript Engine → Browser-General
QA Contact: pschwartau → general
Comment 4•21 years ago
|
||
Michel - can you reproduce this bug with a recent build of Mozilla? Yahoo! web
mail (at least the UK version) has changed quite a bit since this report was
filed. If you are still seeing the problem, please can you answer the question
about whether there are errors on the javascript console? thanks.
Reporter | ||
Comment 5•21 years ago
|
||
Test results
Reporter | ||
Updated•21 years ago
|
Attachment #147224 -
Attachment description: screen shots of tests with Mozilla 1.7 RC1, Firefox 0.8 and IE 6.0 → screen shots of tests with Mozilla 1.7 RC1, Firefox 0.8 and IE 6.0.
Only IE displays the enhanced editor but neither the last Firefox nor Mozilla.
Comment 6•21 years ago
|
||
Thanks for responding, Michel.
"Only IE displays the enhanced editor but neither the last Firefox nor Mozilla."
Ahh... now I understand the issue. That is, unfortunately, because Yahoo uses
code that is specific to Microsoft IE. There is already a report of this...
*** This bug has been marked as a duplicate of 183863 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•