[tbb-bugs] #31720 [Applications/Tor Browser]: Address bar auto-complete is broken on Android
Tor Bug Tracker & Wiki
blackhole at torproject.org
Wed Sep 18 17:54:10 UTC 2019
#31720: Address bar auto-complete is broken on Android
-------------------------------------------------+-------------------------
Reporter: sysrqb | Owner: tbb-
| team
Type: defect | Status: new
Priority: Medium | Milestone:
Component: Applications/Tor Browser | Version:
Severity: Normal | Resolution:
Keywords: tbb-mobile, ff68-esr, | Actual Points:
TorBrowserTeam201909 |
Parent ID: | Points: 1
Reviewer: | Sponsor:
-------------------------------------------------+-------------------------
Comment (by sysrqb):
[https://gitweb.torproject.org/tor-
browser.git/tree/mobile/android/base/java/org/mozilla/gecko/BrowserApp.java/?h
=tor-browser-68.1.0esr-9.0-2-build2#n1447 This] looks like it may be the
cause:
{{{
// Website suggestions for address bar inputs should not be
enabled when running in automation.
// After the upgrade to support library v.26 it could fail
otherwise unrelated Robocop tests
// See https://bugzilla.mozilla.org/show_bug.cgi?id=1385464#c3
if (!isInAutomation) {
mBrowserToolbar.setOnFilterListener(new
BrowserToolbar.OnFilterListener() {
@Override
public void onFilter(String searchText,
AutocompleteHandler handler) {
filterEditingMode(searchText, handler);
}
});
}
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/31720#comment:2>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tbb-bugs
mailing list