JDK-6572970 : dialogue request window pops under the current focus window
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 1.4.2_16
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows
  • CPU: x86
  • Submitted: 2007-06-22
  • Updated: 2010-12-06
  • Resolved: 2010-03-12
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other Other
1.4.2_17-revFixed 1.4.2_18 b05Fixed
Related Reports
Relates :  
Relates :  
Description
When running Sun's messaging server SMIME applet with a CAC the 
pin dialogue request window pops under the current focus window 
(the compose window) when sending a signed messsage.

Comments
EVALUATION Fixed in 1.4.2_17-rev-b10
03-04-2008

EVALUATION The bug was introduced in 1.4.2_12. AwtComponent::WmSetFocus() in(j2se/src/windows/native/sun/windows/awt_Component.cpp) has to call ::SetFocus() in case sm_focusOwner!=GetHWnd() and AwtComponent::IsEmbeddedFrameHWnd(AwtComponent::GetTopLevelparentFoeWindow(GetHWnd())) is true and sm_focusedWindow!=AwtComponent::GetTopLevelParentForWindow(GetHWnd()).
14-09-2007