Uploaded image for project: 'Pivot'
  1. Pivot
  2. PIVOT-675

Dialog does not become the Active Window

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • 1.5.2
    • 2.0.1
    • 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.

      Attachments

        1. DialogTest.java
          1 kB
          Gregory K. Brown

        Activity

          People

            Unassigned Unassigned
            buko.obele@gmail.com Bo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: