|
Quick Lists
|
|
Bug ID:
|
4671025
|
|
Votes
|
1
|
|
Synopsis
|
Java input methods should not prevent AWT from auto shutdown
|
|
Category
|
java:classes_awt_im
|
|
Reported Against
|
hopper
|
|
Release Fixed
|
1.5(tiger)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
3-Medium
|
|
Related Bugs
|
4515058
,
4670707
|
|
Submit Date
|
18-APR-2002
|
|
Description
|
AWT has a feature named auto shutdown which terminates AWT event thread in case there is no platform peer existing. But current IMF SPI spec does not force input methods to dispose native peers even when they are no longer needed. These remaining peers prevent AWT from performing auto shutdown, which is manifested in 4515058.
To fix this, we propose to change SPI to force input methods to conform either the following two options:
1) Specify 'daemon property' (cf. 4670707) for displayable components, or
2) Explicitly make displayable components undisplayable
xxxxx@xxxxx 2002-04-18
|
|
Work Around
|
N/A
|
|
Evaluation
|
Targeted for Tiger.
xxxxx@xxxxx 2003-08-22
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |