-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
1.1.2, 1.1.8_003, 1.3.0
-
x86, sparc
-
solaris_2.5, windows_nt
orig synopsis:
"Solaris only : Focus in modal dialogs is incorrect"
On Solaris, when a modal dialog is shown, the focus is not given to the first component which can receive focus. Instead a FocusGained event is
delivered to the fist component in the layout. If this component has
its isFocusTraversable() method returning false, no component
in the dialog gets focus unless the user explicitly clicks on
a specific focussable component. Win32 behavior is correct.
I have listed a workaround in the workaround section.
"Solaris only : Focus in modal dialogs is incorrect"
On Solaris, when a modal dialog is shown, the focus is not given to the first component which can receive focus. Instead a FocusGained event is
delivered to the fist component in the layout. If this component has
its isFocusTraversable() method returning false, no component
in the dialog gets focus unless the user explicitly clicks on
a specific focussable component. Win32 behavior is correct.
I have listed a workaround in the workaround section.