Issue Navigator Action Module - Unexpected UI Layout Change with Sub-Actions

Hello everyone,

I have a problem regarding Issue Navigator Action Module, there’s an unexpected UI change with sub-actions.

With the rendering behavior of the jira:issueNavigatorAction module in our Forge app, something appears to have occurred -recently– without any changes to our app code or manifest configuration.

It used to be that the sub-actions would have their own mini-modal when the action button was clicked, on the right side of the selector.
Now, the sub-actions are rendered within the same viewport, and are out of view until scrolled horizontally. I’m sharing my manifest section for the module, and a few screenshots from navigator.

Has something recently changed with this module? Any information is appreciated, thanks.

Manifest snippet:

  jira:issueNavigatorAction:
    - key: my-navigator-action
      resource: main
      resolver:
        function: handlers
      title:
        i18n: my-navigator-action
      icon: resource:icons;my-navigator-action.svg
      actionType: modal
      viewportSize: max
      actions:
        - key: first-action
          title:
            i18n: my-navigator-action.first-action
          tooltip:
            i18n: my-navigator-action.first-action-tooltip
        - key: second-action
          title:
            i18n: my-navigator-action.second-action
          tooltip:
            i18n: my-navigator-action.second-action-tooltip

Screenshots:

1 Like