-
Bug
-
Resolution: Fixed
-
High
-
4.12.0, 4.13.0
-
Severity 2 - Major
-
8
-
Summary
When viewing the commits for a repository, if you hover or attempt to click on a commit with an empty commit message, the browser will become unresponsive.
Steps to Reproduce
- Make change and add commit with empty message
- jdeveloper could be used for commit
- from git command line
git commit -a --allow-empty-message -m ''
- Push changes to repository
- Navigate to the repository and select the commits page
- Hover over or attempt to click on the commit where the message is empty
Expected Results
The commit will load to display the commit changes.
Actual Results
The browser becomes unresponsive and you are unable to click on anything else. You are even unable to retrieve HAR or javascript console activity.
Workaround
Provide a commit message and or update commit to provide message
- mentioned in
-
Page Failed to load