New issue
Advanced search Search tips

Issue 597708 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Apr 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

url bar should select all at the first tap

Project Member Reported by klo...@chromium.org, Mar 24 2016

Issue description

Load the client and it loads google.com.

Tap in the url bar.

Expect to select all.
Observed selecting a word and with a drop down.

Note: I believe we are missing some flag for the url bar. Added Ted as he is omnibox expert.


 
Should be able to just add this:
http://developer.android.com/reference/android/widget/TextView.html#setSelectAllOnFocus(boolean)

I think you should add these in blimp_main.xml for UrlBar

android:selectAllOnFocus="true"
android:inputType="textUri"
Project Member

Comment 2 by bugdroid1@chromium.org, Mar 24 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/b510b46d889645e794b6c17d7b4df6f9cbdb2d9e

commit b510b46d889645e794b6c17d7b4df6f9cbdb2d9e
Author: shaktisahu <shaktisahu@chromium.org>
Date: Thu Mar 24 23:02:40 2016

url bar selects all on focus

BUG= 597708 

Review URL: https://codereview.chromium.org/1827223002

Cr-Commit-Position: refs/heads/master@{#383177}

[modify] https://crrev.com/b510b46d889645e794b6c17d7b4df6f9cbdb2d9e/blimp/client/app/android/java/res/layout/blimp_main.xml

Status: Fixed (was: Assigned)
Labels: Archive-Blimp

Sign in to add a comment