mozilla / tofino

Project Tofino is a browser interaction experiment.
https://mozilla.github.io/tofino
Apache License 2.0
647 stars 68 forks source link

Empty results in the location autocompletions list #1264

Closed victorporof closed 7 years ago

victorporof commented 7 years ago

screen shot 2016-09-28 at 10 23 04 am

screen shot 2016-09-28 at 10 23 29 am

I started noticing this happening after https://github.com/mozilla/tofino/pull/834

@ncalexan ?

ncalexan commented 7 years ago

I think you already figured this all out, but what's happening is that the UAS is returning a { title: "", url: <URL> } pair and there's a uri/url name mismatch, so it's not being shown at all.