[
https://issues.apache.org/jira/browse/PIVOT-675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964415#action_12964415
]
ocean commented on PIVOT-675:
-----------------------------
Actually it looks like it doesn't really matter what Window value I pass in to
the Dialog.open() method. Instead it seems possible that the context menu is
still visible when I open the Dialog and this interferes with making the Dialog
the true active window. I think I may need to find a way to delay the opening
of the dialog until after the context menu is really gone.
> Dialog does not become the Active Window
> ----------------------------------------
>
> Key: PIVOT-675
> URL: https://issues.apache.org/jira/browse/PIVOT-675
> Project: Pivot
> Issue Type: Bug
> Affects Versions: 1.5.2
> Reporter: Bo
> Attachments: DialogTest.java
>
>
> 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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.