-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 10.1.0
-
Component/s: UI
-
Severity 3 - Minor
Issue Summary
On the Bitbucket source page for a file (/projects/<project>/repos/<repo>/browse/<filepath>), using CMD + F to search for line numbers causes matching line numbers to display incorrectly. The first digit is duplicated, so that line "160" become "1160". See attached screenshot
Steps to Reproduce
- View source for a file
- Type CMD + F, then some number
Expected Results
Line numbers that match the search are highlighted
Actual Results
Line numbers that match the search have their first digit duplicated
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available