JonasNo / fauxbar

Automatically exported from code.google.com/p/fauxbar
0 stars 0 forks source link

Typing too fast into the Address Box displays non-matching results #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Say you have two bookmarks titled "test1" and "test2".

If you type "test2" really fast into the Address Box, both "test1" and "test2" 
show up. "test1" is not supposed to show, as it's not a match.

Results are probably not getting cleared quickly enough between database calls.

Original issue reported on code.google.com by fauxbar....@gmail.com on 27 Jul 2011 at 7:16

GoogleCodeExporter commented 9 years ago
Fixed; will be applied in upcoming release. Was using a global variable to 
store results in; now uses a non-global variable so that result sets don't get 
jumbled together.

Original comment by fauxbar....@gmail.com on 2 Aug 2011 at 4:03

GoogleCodeExporter commented 9 years ago
Fixed in 0.3.0

Original comment by fauxbar....@gmail.com on 3 Aug 2011 at 1:36

GoogleCodeExporter commented 9 years ago

Original comment by fauxbar....@gmail.com on 18 Aug 2011 at 12:50