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.
Actions