Confluence Content action bug

XMLWordPrintable

    • Minor

      Issue Summary

      When using any type of select UI Kit menu inside the modal there's a bug where the modal closes unexpectedly when selecting an option. The issue started around February 12, 2026. This occurs with the Confluence content action

      Steps to Reproduce

      1. The code below reproduces the issue:
        1. import React from 'react';
          import ForgeReconciler, { UserPicker } from '@forge/react';

      const App = () =>

      { return<UserPicker></UserPicker> }

      ;

      ForgeReconciler.render(
      <React.StrictMode>
      <App />
      </React.StrictMode>
      );

      Expected Results

      The modal should not close upon user selection, making the content action module useless for any kind of select menu.

      Actual Results

      The modal closes unexpectedly.

      Workaround

      A fix has been created and will be deployed soon.

              Assignee:
              Rob Shnayder
              Reporter:
              Leonardo Grzybowski
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: