Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-78786

Select list multiple choice fields in Jira are non-functional in Chrome 136.0.7103.49

XMLWordPrintable

      Atlassian Update – 14 May 2025

      Hi everyone,

      Google Chrome team has released a new version today, version 136.0.7103.113, that contains the fixes for this bug. Please update your Chrome version to the latest.

      Best regards

      Bilal Cinarli
      Principal Frontend Engineer

      Atlassian Update – 09 May 2025

      Hi everyone,

      As part of our supported versions policy, a Chrome-independent fix will be available for the supported LTS versions (9.12.24 and 10.3.7) and the latest feature release, 10.7.0

      Also, Chrome are reverting this change due to the regression it caused: https://issues.chromium.org/issues/415953695
      Based on that ticket, their reversion should be in Chrome 137 (it is still in the process of being integrated into that release), which has a planned stable date of May 27th.

      Best regards

      Bilal Cinarli
      Principal Frontend Engineer

      Issue Summary

      In Chromium (Google Chrome/Microsoft Edge) version 136.0.7103.49 and later, multiple-choice select lists (e.g., group pickers, multi-select custom fields) across Jira Data Center appear unresponsive. Users cannot interact with these fields when attempting to make or remove selections. This affects core Jira functionality, including administrative tasks (e.g., removing users from groups) and issue operations (e.g., editing multi-select custom fields).

      Steps to Reproduce

      1. Install Google Chrome version 136.0.7103.49 or later.
      2. Navigate to a Jira page with a multiple-choice select list (e.g., group membership editing, multi-select custom field on an issue).
      3. Attempt to select or update options in the list.

      Expected Results

      The interface reflects the selection by highlighting the options.

      Actual Results

      The field appears unresponsive to the selection.

      Note

      Despite no visual change, selections are applied when the form is submitted. You can verify this by clicking anywhere outside of the select list.

      Workaround

      Workaround 1

      Use a non-Chromium browser, such as Firefox or Safari.

      Workaround 2

      Add the following workaround to your announcement banner:

      <!-- Workaround for https://jira.atlassian.com/browse/JRASERVER-78786 - remove this once patched -->
      <style>
          form.aui select:focus > option:checked {
              background-color: selecteditem !important;
              color: selecteditemtext !important;
          }
      </style>
      

      Workaround 3

      Launch Chrome with the following command-line option:

      --disable-blink-features=SelectColorsRemoveImportant

      This will show a compatibility banner within Chrome and it is possible the flag will be removed in a future version of Chrome, so use one of the other workarounds if possible.

      Workaround 4

      Change how the multi-select field renderer is displayed by enabling this dark feature:

      multiselect.frother.renderer
      

      The field will behave exactly as the "Components" field and bypass all the problems caused by this bug:

        1. workaround4.png
          workaround4.png
          131 kB
        2. multiselect-workaround.gif
          multiselect-workaround.gif
          169 kB

              adf6279094a2 Bilal Cinarli
              ddiblasio David Di Blasio (Inactive)
              Votes:
              65 Vote for this issue
              Watchers:
              107 Start watching this issue

                Created:
                Updated:
                Resolved: