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

Menu.setOnShowing called also when menu hidden

XMLWordPrintable

      Running the following code the attached source code and executing the following actions:
      a) Click on T1 (Menu is shown)
      b) Click on T1 (Menu is hidden)

      You notice that the onShowing-Callback is execute even in b). It looks like the logic is a Menu#setShowing(boolean) should check if the item is already shown instead of simply sending the callback. The attached patch fixes this.

        1. MenuBug.java
          0.9 kB
          Tom Schindl
        2. MenuOnShowing.patch
          1 kB
          Tom Schindl

            psomashe Parvathi Somashekar (Inactive)
            tschindl Tom Schindl
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: