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

[macos] Taskbar.Feature.ICON_BADGE_NUMBER no longer supported on MacOS

XMLWordPrintable

        ADDITIONAL SYSTEM INFORMATION :
        MacOS Catalina 10.15.4, AdoptJDk Java 14.0.1

        A DESCRIPTION OF THE PROBLEM :
        Taskbar.getTaskbar().isSupported(Taskbar.Feature.ICON_BADGE_NUMBER) returns false with Java 14.0.1 on MacOS Catalina 10.15.4, however on the same machine Taskbar.getTaskbar().isSupported(Taskbar.Feature.ICON_BADGE_NUMBER) returns true when using Java 11.0.7

        REGRESSION : Last worked in version 11.0.7

        STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
        Taskbar.getTaskbar().isSupported(Taskbar.Feature.ICON_BADGE_NUMBER)

        EXPECTED VERSUS ACTUAL BEHAVIOR :
        EXPECTED -
         true
        ACTUAL -
        false

        CUSTOMER SUBMITTED WORKAROUND :
        I have no workaround on MacOS I use this feature to add text to the icon on the taskbar, but I cannot use that with java 14 currently.

        FREQUENCY : always


              serb Sergey Bylokhov
              webbuggrp Webbug Group
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: