Making the frame non-focusable makes menus not responsible to clicking

XMLWordPrintable

    • 5.0
    • generic, x86
    • solaris_11, windows, windows_vista, windows_7

        Reproducible on Windows OS.
        After the following code

        frame.setEnabled(true);
        frame.setVisible(false);
        frame.setFocusableWindowState(false);
        frame.setVisible(true);

        the frame is in minimized state, after clicking "Show Desktop" and activating the frame the menus belonging to this frame do not respond to mouse clicks.

              Assignee:
              Semyon Sadetsky (Inactive)
              Reporter:
              Vitalii Abetkin (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: