Actions
Feature #111
closedAutomatically select all the text in `urlTextBar` when the user taps on it.
Start date:
03/24/2017
Due date:
% Done:
0%
Estimated time:
Description
The most common reason a user whould tap on `urlTextBar` would be to type another domain. As such, the default behavior should be to autoselect all the text.
Enhancement suggested by Jose A. León Becerra.
Updated by Soren Stoutner over 7 years ago
- Status changed from New to Closed
Fixed in commit https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=ae8ec5933c1a27578610e0f0513d9a778dba51c3.
The user can tap once after focusing `urlTextBox`to get a single cursor for editing the URL. A double-tap displays the options for cut, copy, paste, etc.
Updated by Soren Stoutner over 5 years ago
- Priority changed from 2 to Next Release
Actions