Closed
Bug 137402
Opened 24 years ago
Closed 23 years ago
Cannot render Calendar function under MS Web Mail
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: casarosa, Assigned: beard)
Details
(Keywords: qawanted)
Attachments
(1 file)
|
2.56 KB,
text/html
|
Details |
Java error when accessing the Calendar function under MS Web Mail for Outlook.
It appears to be in rendering the pages of calendar months.
Comment 1•24 years ago
|
||
Reporter, please pay attentiln to
http://www.mozilla.org/quality/bug-writing-guidelines.html
and submit:
- Used Mozilla Built?
- More details
Comment 2•24 years ago
|
||
Have you disbaled something in edit\preferences\advanced\scripting...
(blocked popup windows etc.)
| Reporter | ||
Comment 3•24 years ago
|
||
More details: Mozilla Release Candidate 1.0
Java enabled ON (MRJ Plug-in from Mozilla RC1 full install)
JavaScript: Navigator ON, Mail & News Groups OFF
Allow Web pages: Open Unreq Windows OFF, all others ON
Did basic install of Mozilla (no custom install)
MacOS 9.2.2 on an iMac DV (400 MHz G3)
Message is "Java.lang.ArrayIndexOutOfBoundsException 0>=0"
Comment 4•24 years ago
|
||
Reassigning to OJI component; cc'ing Patrick -
Bugs in Java functionality should not be filed against JavaScript!
Compare these bugs in OJI, where the exact same error is reported.
All were reported on the Mac9.x platform:
bug 91003 "java.lang.arrayindexoutofboundsexception"
bug 95835 "Using Earthlink's support chat applet results in crash in MRJ"
bug 106597 "Array Exceptions Prevent Applet from Loading"
Perhaps this bug is a duplicate of one of these. Dick, would it be
possible for you to include the HTML of the page that's not functioning?
You can attach it via the "Create a New Attachment" link above -
Assignee: rogerl → joe.chou
Component: JavaScript Engine → OJI
QA Contact: pschwartau → pmac
| Reporter | ||
Comment 5•24 years ago
|
||
Re: request from tech "Dick, would it be possible for you to include the HTML of
the page that's not functioning?" Actually no, since I encountered the error
when accessing a priviate Exchange server via MS Web Mail. I don't have
authority to grant access to that server.
If it helps, the Calendar page does render properly in Communicator 4.79. I just
tested it.
Comment 6•24 years ago
|
||
Can you go to the page that has the calendar, do View Source,
save the source as a text file, and attach it here? We need
to see what the applet is and how it's embedded on the page.
(Be sure to delete any personal text that may be on that page)
| Reporter | ||
Comment 7•24 years ago
|
||
Source from Web Mail page:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.2//EN">
<html>
<head>
<script LANGUAGE="Javascript">
var hold_szCurPubFID="";
var hold_szCurPvtFID="";
var fNeedReload = true;
var contactsFID =
"00000000AB1021E01352924EB027DC089E5F39B7010028966865AA7DD5119B8200105A0C6AA5000000ED8ACD0000";
var iNavStore=0;
var iCalView=1;
var szCurFolderID="";
var szCurYr = "";
var szCurMo = "";
var szCurDa = "";
function composePick(iSelIdx) {
iCurCompose=iSelIdx;
}
function RefreshNavbar(iStore) {
MF = self.main_fr;
if (iStore != 2 && fNeedReload==true) { //LEAVING CALENDAR or CONTACT VIEWS
fNeedReload = false;
if (iStore==0) { //CAL TO PRI STORE
MF.location="/exchange/inbox/main_fr.asp?store=0&obj="+hold_szCurPvtFID;
}
else if (iStore==3) { //CAL TO CONTACTS
MF.location="/exchange/contacts/main_fr.asp?store=0&obj=" + contactsFID;
fNeedReload = true;
}
else { //CAL TO PUB STORE
MF.location="/exchange/inbox/main_fr.asp?store=1&obj="+hold_szCurPubFID;
}
}else{
if (iStore == 3) { // GOTO TOP OF Contacts
MF.location="/exchange/contacts/main_fr.asp?store=0&obj=" + contactsFID;
fNeedReload = true;
}else if (iStore!=2){ // GOTO TOP OF Public or Private Folders
MF.command_fr.location="/exchange/inbox/commands.asp?store="+iStore+"&command=newfolder";
}else { // REFRESH CAL
self.main_fr.location="/exchange/calendar/main_fr.asp?view="+iCalView+"&obj=00000000AB1021E01352924EB027DC089E5F39B7010028966865AA7DD5119B8200105A0C6AA5000000ED8ACC0000";
fNeedReload = true;
}
}
MF.iCurStore=iStore;
if (iStore != 3 && iStore != 2) NavStore=iStore;
}
var fRedirect = 0;
function SetRedirectFlag(bFlag) {
fRedirect=bFlag;
}
</SCRIPT>
<title>Microsoft Outlook Web Access</title>
</head>
<frameset COLS="75,*" frameborder=1 border=5> <frame
SRC="/exchange/Navbar/nbInbox.asp" name="navbar_fr" marginheight=0 marginwidth=0
scrolling=auto>
<frame SRC="/exchange/inbox/main_fr.asp?view=1&store=0&obj=&acs="
name="main_fr" marginheight=0 marginwidth=0>
</frameset>
<body text=000000>
<noframes>
Microsoft Outlook Web Access must be viewed on a browser that supports frames. <br>
To obtain such a browser, please click <a
href="http://www.microsoft.com/ie/download/" target="_blank">here</a> to
download the Microsoft <a href="http://www.microsoft.com/ie/download"
target="_blank"><b>Internet Explorer</a>.</b> </p>
</noframes>
</body>
</html>
Dick, for future reference, text files should be attached to bugs rather than
quoted in a bug comment. Thanks.
Comment 10•23 years ago
|
||
Dick, since that page contains two frames, we'll also need the HTML source from the frames themselves.
Adding "qawanted" keyword pending this information.
Keywords: qawanted
Comment 11•23 years ago
|
||
Related to bug 150907?
Comment 12•23 years ago
|
||
Dick, can you still reproduce this problem using a recent nightly build?
| Reporter | ||
Comment 13•23 years ago
|
||
I accessed webmail this morning via Mozilla 1.2b and it worked beautifully. This
issue should be CLOSED. Thanks for all your help.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•