-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Low
-
Affects Version/s: 4.5.0, 4.6.0
-
Component/s: Code reviews
-
None
-
Severity 2 - Major
-
22
Issue Summary
Keyboard shortcut key 'j'/'n' in review context should navigate to next comment but instead navigating to the first comment and further navigate to the next comments.
Steps to Reproduce
- Add few comments in the review
- after editing or adding another comment press "j"/"n", instead navigating to the next comment, you will be navigated to first comment. See shortcut-keys.mp4

Expected Results
As per documentation Using keyboard shortcuts in Crucible
| n | Go to next review comment |
| j | Go to the next element (file, comment, defect or diff hunk depending on your current context) |
Actual Results
Keyboard shortcuts j/n does not navigate to the next diff but instead of next diff it's going back to the first comment on the page and after that, If j/n pressed it will navigate to the next diff and so on.
Notes
This is working as expected in 4.4.1
Workaround
No workaround available.