-
Type:
Bug
-
Resolution: Obsolete
-
Priority:
Low
-
Component/s: Repository - Source
-
None
-
Severity 3 - Minor
Issue Summary
Changing between newly created branches does not update UI or state on FireFox. The page will refresh, and the URL will change, but the branch in the UI remains the same. Any action on the UI will be performed on the branch shown in the UI.
Steps to Reproduce
- Create repo with Readme and .gitignore (main branch)
- Branches > Create branch
- Create bugfix/blah-blah, branching from main.
- Return to “Source” view
- Use the Branch dropdown to select the newly created branch
Expected Results
URL and UI updates to reflect the branch change
Actual Results
URL changes, but the UI remains the same. visiting a file and editing it will attempt to edit on the main branch.

Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available