Commit 2edc80c2 authored by John Reck's avatar John Reck
Browse files

URL bar select all

 Bug: 5650655

Change-Id: I0b1e2522b158bccdc04d1bdaf4cb01ac53541b70
parent 3e5e5fad
......@@ -213,6 +213,7 @@ public class NavigationBarPhone extends NavigationBarBase implements
if (hasFocus && !mUrlInput.getText().toString().equals(mUrlInput.getTag())) {
// only change text if different
mUrlInput.setText((String) mUrlInput.getTag(), false);
mUrlInput.selectAll();
} else {
setDisplayTitle(mUrlInput.getText().toString());
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment