Closed Bug 38168 Opened 24 years ago Closed 24 years ago

javascript lock mozilla

Categories

(Core :: JavaScript Engine, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 36745

People

(Reporter: gaxzero, Assigned: rogerl)

References

()

Details

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; m16) Gecko/20000503
BuildID:    2000050308

login to a free webmail account at netscape.com
on the lect nav bar, click "Get Mail"


Reproducible: Always
Steps to Reproduce:
1.login to a free account at webmail.netscape.com
2.on the lect nav bar, click "Get Mail"
3.mozilla freezes.

Actual Results:  freeze
mouse pointer rshows the pointing finger (as if the whol window was a link)
window doesn't redraw.


Expected Results:  behave like IE or Navigator

JS code:
function GetMail(){    top.window.bodyframe.location.href=
"/tpl/Mail/511TXTHKW/List?FolderID=-4&SortUseCase=True";
if ( top.FirstGetMail == true ){
self.location.href="/tpl/Door/511TXTHKW/Menu?Folders=Y&Prefs=n&Other=N&Prem=N";
top.FirstGetMail = false;
}
}


HTML code in BODY
<a href="javascript:GetMail();"
         onMouseOver="window.status='Read your mail'; return true;"
         onMouseOut="window.status=' '; return true;">
         <font face="Helvetica Narrow, Arial Narrow" size=2>
         <b>Get Mail</b>
                 </font>
                </a>
can be dup of bug 37463
Maybe. But the bug report describes the same thing as bug 36745. 

*** This bug has been marked as a duplicate of 36745 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Verified duplicate.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.