Log inSkip to main contentSkip to sidebar
IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.
When performing various tasks where there is a text input field, for example: creating an app password or entering a commit message after changing a file in the Bitbucket UI - if you type a "/" anywhere in the commit message - the focus jumps from the open window to the search bar
Steps to Reproduce
Edit any file in your Bitbucket Cloud source and click "Commit"
When entering the commit message, typing a "/" in the commit message input field will cause the search bar (top-right) to popup and focus, and requires switching manually back to the commit message window to continue to enter the message
The / is not added to the commit message, so effectively this cannot be entered anywhere into the commit message
Expected Results
The search bar does not popup, and focus is not lost on the commit message - the / key should be able to be entered into the commit message
Actual Results
The search bar does popup, and focus is lost on the commit message - the / key is not entered into the commit message
Workaround
The only workaround would be to enter the commit message in a text editor/some other window and copy + paste it into the commit message input field