Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
1.5.2
-
None
-
None
Description
EntryEditorPanel entryPanel = EntryEditorPanel.create();
Dialog dialog = new Dialog(entryPanel, true);
dialog.setTitle("New Entry");
dialog.open(getWindow());
dialog.requestActive();
dialog.requestFocus();
After the above code is executed the component in the dialog has the focus and behaves like the active window but it's windows titlebar is still grayed-out, it's not blue as you would expect. If you then click on the window it's titlebar becomes blue. This is a bit confusing and not the behavior you'd expect.