-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Extensibility - Content Action
-
Severity 3 - Minor
Issue Summary
Keyboard shortcuts added to ContentAction in a Forge app are being displayed as capital letters and do not function as expected to open the module.
Steps to Reproduce
- Create a Forge app using the confluence-content-action template.
- Add a keyboard shortcut to the manifest file:
keyboardShortcut: accelerator: shift+d - Deploy the Forge app.
- Navigate to a Confluence page and open the More Actions menu (...).
- Go to Apps -> Observe the tooltip displaying the shortcut in capital letters.
- Attempt to use the shortcut (both lowercase and uppercase).
Expected Results
- The tooltip should correctly display the shortcut without translating it to capital letters unless it requires a capital letter.
- Pressing the defined shortcut (Shift+D) should open the module directly, regardless of current navigation focus.
Actual Results
- The tooltip displays the shortcut in capital letters.
- Pressing the shortcut, whether in lowercase or uppercase, only opens the More Actions menu instead of directly opening the module.
Workaround
Navigate to the More Actions(...) -> Apps -> selects your app , and then press the shortcut keys. It works in both lowercase and capital letters.