Closed
Bug 104293
Opened 23 years ago
Closed 23 years ago
Cannot login to AIM Express on Mac
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.9
People
(Reporter: scalkins, Assigned: bnesse)
References
()
Details
(Keywords: platform-parity)
Attachments
(2 files)
(deleted),
patch
|
peterlubczynski-bugs
:
review+
beard
:
superreview+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
peterlubczynski-bugs
:
review+
beard
:
superreview+
|
Details | Diff | Splinter Review |
See this on Mac(OS 9.1)
Mac 2001-10-11-03 0.9.4 Branch
(not a problem on Win or Linux builds)
Stesp to repro:
1) Go to http://www.aol.com/aim/aimexpress.html
2)Click the Start button on that page. This will invoke a java Buddy list where
you can sign into AIM
Expected results: After a dialog appears saying "Please wait a moment..", you
will get a pop up "Sign on" dialog for AIM java client.
Actual results:
A dialog appears saying "Please wait a moment..", but the AIM java sign on
dialog never appears.
Keywords: pp
Summary: Cannot login to AIM Express on Mac → Cannot login to AIM Express on Mac
Comment 1•23 years ago
|
||
->OJI
Assignee: idk → edburns
Component: Java-Implemented Plugins → OJI
QA Contact: avm → pmac
Assignee | ||
Comment 3•23 years ago
|
||
Based on what I see on my Win2k machine it appears that the "Please wait..."
dialog is attempting to launch a standalone Java applet. Unfortunately the
process it uses to get to this point is somewhat convoluted and not easily debugged.
As a side note, someone should suggest to AOL that they clean this page up. It
is rife with JS warnings and doesn't work at all with
"dom.disable_open_during_load" enabled.
Assignee | ||
Comment 4•23 years ago
|
||
This fails to work because the MRJ plugin does not load the applet if it has no
size (i.e. height and width are both 0.)
I also had a secondary problem with the OS 9 version where it generated a
java.lang.exception on launch. I can no longer reproduce this error. I'm not sure
what was causing it but, it is apparently not related to this specific issue, and
is likely a problem with the applet itself.
Assignee: beard → bnesse
OS: Mac System 9.x → All
Assignee | ||
Comment 5•23 years ago
|
||
Assignee | ||
Comment 6•23 years ago
|
||
Assignee | ||
Comment 7•23 years ago
|
||
Patrick, Peter, can you review please?
Target Milestone: --- → mozilla0.9.9
Comment 8•23 years ago
|
||
Comment on attachment 66825 [details] [diff] [review]
Patch for OS9 Plugin
r=peterl
Attachment #66825 -
Flags: review+
Comment 9•23 years ago
|
||
Comment on attachment 66826 [details] [diff] [review]
Patch for the OSX Plugin
r=peterl
Attachment #66826 -
Flags: review+
Comment 10•23 years ago
|
||
Comment on attachment 66825 [details] [diff] [review]
Patch for OS9 Plugin
sr=beard
Attachment #66825 -
Flags: superreview+
Comment 11•23 years ago
|
||
Comment on attachment 66826 [details] [diff] [review]
Patch for the OSX Plugin
sr=beard
Attachment #66826 -
Flags: superreview+
Assignee | ||
Comment 12•23 years ago
|
||
Fixes checked into both OS9 and OSX plugin projects.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 13•23 years ago
|
||
Verified both on mac os 9.2 and OS 10.1 (2002-01-30-08-trunk)
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•