Claus Pedersen
Member³
When searching for a text in a line that is too wide for the screen, resulting in an horisontal scrollbar, the marked text can be hidden by the scrollbar.
Steps to reproduce:
1) Write some lines in the editor so the text length is 2 pages or more.
2) Make a line on 'page 2' that is too wide for the screen (horisontal scrollbar is displayed).
3) Go to the top of the text and seach for a text in the long line.
Result: The text is found and highlighted, but is hidden by the horisontal scrollbar.
To me, it seems the text is searched and the screen view is scrolled downwards until the searched line is the last line in the screen. Then the editor finds out that the horisontal scrollbar should be displayed, and this causes the marked text to be hidden.
Another small bug: when deleting the line that is too long for the screen, the scrollbar remains visible until the user navigates away from the line.
Example: in the long text line from before go to the end of the line, the horisontal scrollbar is scrolled far right. Then use Backspace to delete the line, one character at a time. The scrollbar reaches its maximum size, but does not go away, even if all text is visible in screen. When using the Left key to navigate towards the beginning of the line, the scrollbar is visible just until the cursor is at column one or shifts to another line.
Another strange behaviour: in the situation before when the horisontal scrollbar is visible after deleting the last characters of the line, the small left arrow in the scrollbar is used repeatedly to navigate to the first column. When the screen has scrolled so the first column is visible, the scrollbar disappears, but the small left arrow is still shown (!). When the left arrow is clicked again, it disappears.
Steps to reproduce:
1) Write some lines in the editor so the text length is 2 pages or more.
2) Make a line on 'page 2' that is too wide for the screen (horisontal scrollbar is displayed).
3) Go to the top of the text and seach for a text in the long line.
Result: The text is found and highlighted, but is hidden by the horisontal scrollbar.
To me, it seems the text is searched and the screen view is scrolled downwards until the searched line is the last line in the screen. Then the editor finds out that the horisontal scrollbar should be displayed, and this causes the marked text to be hidden.
Another small bug: when deleting the line that is too long for the screen, the scrollbar remains visible until the user navigates away from the line.
Example: in the long text line from before go to the end of the line, the horisontal scrollbar is scrolled far right. Then use Backspace to delete the line, one character at a time. The scrollbar reaches its maximum size, but does not go away, even if all text is visible in screen. When using the Left key to navigate towards the beginning of the line, the scrollbar is visible just until the cursor is at column one or shifts to another line.
Another strange behaviour: in the situation before when the horisontal scrollbar is visible after deleting the last characters of the line, the small left arrow in the scrollbar is used repeatedly to navigate to the first column. When the screen has scrolled so the first column is visible, the scrollbar disappears, but the small left arrow is still shown (!). When the left arrow is clicked again, it disappears.