Actions
Bug #141
openText in the URL text box scrolls to the end when selected
Start date:
06/08/2017
Due date:
% Done:
0%
Estimated time:
Description
This happens if `urlTextBox` is focused and the keyboard is displayed. If the focus is lost (by tapping in `mainWebView`) while the keyboard is open, `urlTextBox` is scrolled to the beginning per the code in Privacy Browser, but then scrolled afterward to the end or to a location loosly based on the cursor position.
If the keyboard is closed when the focus is lost `urlTextBox` is scrolled to the beginning as desired.
Updated by Soren Stoutner over 7 years ago
- Subject changed from `urlTextBox` scrolls to the end in certain circumstances to `urlTextBox` scrolls to the end when selected
Updated by Soren Stoutner over 7 years ago
It might not be possible to do this. Let’s see if the internet has any ideas.
Updated by Soren Stoutner about 7 years ago
- Status changed from New to In Progress
- Priority changed from 3 to 3.x
Apparently it currently isn't possible. I will put this off for a bit and see if things change.
Updated by Soren Stoutner about 6 years ago
- Priority changed from 3.x to 2
https://redmine.stoutner.com/issues/341 moves to the beginning of the URL text box when focus is lost, which is an improvement.
Updated by Soren Stoutner about 6 years ago
- Priority changed from 2 to Next Release
Updated by Soren Stoutner about 6 years ago
- Subject changed from `urlTextBox` scrolls to the end when selected to Text in the URL text box scrolls to the end when selected
Updated by Soren Stoutner about 6 years ago
- Priority changed from Next Release to 3.x
Actions