Closed
Bug 59421
Opened 25 years ago
Closed 24 years ago
Live connect test fails.
Categories
(Core Graveyard :: Java: OJI, defect, P3)
Core Graveyard
Java: OJI
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: nasiruddin.shaikh, Assigned: joe.chou)
References
()
Details
(Whiteboard: suntrak-n6)
Netscape build-id: 10/31
Platform :Solaris2.8(sparc)
Please refer the bug-id 53849.
I tested this on Solaris, and is not working.
| Reporter | ||
Updated•25 years ago
|
Whiteboard: suntraq-n6
Jeff, can you please test this?
Thanks,
Ed
Assignee: edburns → jeff.dyer
Joe, this is on Solaris. Can you please grab today's mozilla build and the
latest java plugin and test this out?
Thanks,
Ed
Assignee: jeff.dyer → joe.chou
This looks like a dup of 46518.
Raju - can you verify that this is the case?
The test case is the same.
46518: this bug was for the case wherin it would hang the browser with an
Exception. I had only validated that part of it.
the Test case still threw out Exceptions, but does not hang.
Now why is the Exception thrown is the other part.
So this is what happens.
On clicking on the Button on the HTML page (Run Test)
It invokes a Java method (callTest).
this in turn invokes a javaScript function (popalert)
and then function (returnTest).
Both the above use w JSObject->call() method to invoke the JS functions.
When the args passed is
args="The quick brown fox jumps over the lazy dog"
It pops the alert (first function invoked)
But then thorws a Security Exception (accessControlException) on invoking the
2nd JS function (returnTest).
this works fine on NS4.75/IE
Hence the bug is still open
NOTE: this behaviour is on both Win32 and Solaris.
I tried this on Win32 with nightly build of mozilla (11/9/2000)
(this has your fix in for 53849).
| Reporter | ||
Updated•25 years ago
|
Whiteboard: suntraq-n6 → suntrak-n6
I tried the test case on Solaris with my Mozilla built on Nov. 14th, and when I
clicked RUn Test button, the browser was hung. It seems related to 46518 (as
Jeff mentioned earlier), and surely a Java script bug. Re-assign to Jeff.
Assignee: joe.chou → jeff.dyer
Tried with Pre-FCS bits dated 11/30 on sparc 2.8
Using FCS bits of Java Plugin 1.3.0_01.
Now it seems ot be crashing...
Comment 8•24 years ago
|
||
This bug reproduced for me:
with 04/06/2001 nightly under WinNT4.0
with 04/08/2001 nightly under RH Linux 6.2
Comment 10•24 years ago
|
||
Since more than one QA person says that this bug is seen on win and Linux
platforms, I'm marking the platform and OS categories to All.
OS: Solaris → All
Hardware: Sun → All
| Assignee | ||
Comment 11•24 years ago
|
||
Tried the test case on Solaris with the recent trunk build and 1.3.1 JRE, the it
worked. Therefore, the problem no longer exists on Unix.
But the problem still happens on Windows, with JRE 1.3.1 and 1.4 beta). The
problem on Windows has been fixed in the latest JRE 1.4 (see 46518 for more
details).
Mark worksforme.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Comment 12•24 years ago
|
||
SPAM: reassigning OJI bugs to new QA, pmac. (227 bugs)
QA Contact: shrir → pmac
You need to log in
before you can comment on or make changes to this bug.
Description
•