Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

URL-like strings can cause empty autocomplete results #13718

Closed
rvagg opened this issue Apr 4, 2018 · 1 comment · Fixed by #13693
Closed

URL-like strings can cause empty autocomplete results #13718

rvagg opened this issue Apr 4, 2018 · 1 comment · Fixed by #13693

Comments

@rvagg
Copy link

rvagg commented Apr 4, 2018

Test plan

See #13693

Description

foo and foo. are fine, foo.b and foo.bar is not, foo.bar. is fine again.

Steps to Reproduce

  1. Slowly type in github.com. to the urlbar
  2. Observe autocomplete up until github.c when you only get the "top sites" entry for github.com, not from your history
  3. It works again if you add a . on the end, i.e. github.com.

Brave Version

about:brave info:

Brave 0.22.13
V8 6.5.254.41
rev a8cfb16
Muon 5.1.2
OS Release 17.4.0
Update Channel Release
OS Architecture x64
OS Platform macOS
Node.js 7.9.0
Brave Sync v1.4.2
libchromiumcontent 65.0.3325.181

Same on a master build

Additional Information

Fixed in #13693 which also contains an explanation about why this happens.

@LaurenWags
Copy link
Member

LaurenWags commented Aug 14, 2018

Verified with macOS 10.12.6 using

  • 0.23.80 53a429f
  • Muon 8.0.8
  • libchromiumcontent 68.0.3440.84

Verified on Ubuntu 18 x64 with

  • 0.23.80 53a429f
  • Muon 8.0.8
  • libchromiumcontent 68.0.3440.84

Verified on Windows x64 with
• 0.23.80 53a429f
• Muon 8.0.8
• libchromiumcontent 68.0.3440.84

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.