Closed
Bug 159338
Opened 22 years ago
Closed 22 years ago
Applet behaves wierdly in Solaris, sometimes doesn't work at all.
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: nandakumar.devanathan, Assigned: joe.chou)
Details
Attachments
(6 files)
I am attaching a simple Applet that I created to simulate the problem that I am
facing.
All the applet does is to show a Label, Text Box and a Button. Clicking on the
button opens up a new window where you can enter some text and save it. When
you click on save, the value you entered is saved in the Label on the main
applet window.
This applet works properly in both Windows and on Linux (Mandrake). The problem
occurs when I test using Solaris, which is my target OS.
In Solaris, the applet works only sometimes. I can edit the main text box only
after I change focus to the java console and then back to Mozilla.
For the pop-up window the bug is even weirder. On 1 Solaris machine I can edit
it after the java console focus trick. But on another Solaris machine it
totally refuses to work.
I'm using JRE 1.4
Any help on this issue would be greatly appreciated.
Thanks,
Nandu
Not a crash, dataloss or hang ==> major, not critical.
Severity: critical → major
Reproduced the problem with netscape 7.0 and JRE 1.4.1 on Soloaris, and Linux
seemed to work fine.
Re-assign to Joshua for further investigation.
Assignee: joe.chou → joshua.xia
Confirm bug.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 8•22 years ago
|
||
By using this testcase, I found that the gain focus event of textfield lost
when applet has not gained focus. If click Applet (gray area) and then click
Textfield, the textfield gain focus and works well (ca input)
Comment 9•22 years ago
|
||
By using this testcase, I found that the gain focus event of textfield lost
when applet has not gained focus. If click Applet (gray area) and then click
Textfield, the textfield gain focus and works well (can input)
Comment 10•22 years ago
|
||
I test this bug in the lastest JRE/JPI 1.4.1(July 28th 's build) and Mozilla
(July 24th 's build). The applet works well and the event is also normal. I
think JRE/JPI has fixed this bug.
So mark this bug as Resolve (WONTFIX) on OJI side.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WONTFIX
Comment 11•22 years ago
|
||
Change to Chris Petersen as a new QA contact for OJI component.
Comment 12•22 years ago
|
||
Chris Petersen is a new QA contact for oji component. His email is:
petersen@netscape.com
Assignee: joshua.xia → petersen
Comment 13•22 years ago
|
||
fixing small error for pmac@netscape.com (filter with : SPAMMAILSUCKS)
Assignee: petersen → joe.chou
QA Contact: pmac → petersen
You need to log in
before you can comment on or make changes to this bug.
Description
•