Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-7176625

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.

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

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: