ISSUE SUMMARY
While trying to search through the the source code view as a user ,in the bitbucket server UI Using cmd+F, it is not possible to scroll down beyond a certain point of the code. The search/find bar occupies a part of the view ,which shifts the code vertically beyond the end of windows height which hides the last few lines . This issue cab ne replicated in multiple browsers
STEPS TO REPRODUCE
1. Push a large code , preferrably more than 110 lines to bitbucket server
2. cmd + F , that will open up the find/search bar in the source view
3. Try to scroll down to the bottom of the code.
EXPECTED RESULTS
It should be possible to navigate through the entire code , even if the find/search button is open.
ACTUAL RESULTS
This code has 113 lines of code but once the search bar is open it can only scroll up to 110 with the search bar on top.
Workaround
No workaround found as yet. I tried to change the following arguments in the console but it did not help :
Overflow:hidden to Overflow:scroll
Also tried to adjust the padding-bottom of the body to the height of the footer but nothing changed.
- duplicates
-
BSERV-10774 Cannot see the end of a file when search is opened on source view
-
- Short Term Backlog
-