-
Bug
-
Resolution: Unresolved
-
P4
-
7
-
x86
-
windows
There are several things to cleanup:
1. disable multiple mode for save dialogs, the native system may not handle this case gracefully.
2. WFileDialogPeer.handleSelected(final char[] buffer) should throw NPE if the input array is null or represents empty string.
3. AwtFileDialog::GetBufferLength: the while condition should be: (index < limit - 1)
1. disable multiple mode for save dialogs, the native system may not handle this case gracefully.
2. WFileDialogPeer.handleSelected(final char[] buffer) should throw NPE if the input array is null or represents empty string.
3. AwtFileDialog::GetBufferLength: the while condition should be: (index < limit - 1)