<div dir="ltr">Marco pointed out the right bug that is tracking this problem, we buffer Enter, we don't buffer DOWN or TAB, yet.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 25, 2016 at 7:20 PM, Marco <span dir="ltr"><<a href="mailto:mcastelluccio@mozilla.com" target="_blank">mcastelluccio@mozilla.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Is what you're describing <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1303781" rel="noreferrer" target="_blank">https://bugzilla.mozilla.org/s<wbr>how_bug.cgi?id=1303781</a>?<br>
<br>
- Marco.<br>
<br>
<br>
Il 25/11/16 16:50, Gervase Markham ha scritto:<div class="HOEnZb"><div class="h5"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 25/11/16 13:57, Panos Astithas wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The first result should be already selected and so a single down arrow<br>
should get you to the first history match. This is the intent and what I<br>
experience in Developer Edition and Nightly. Can you try with add-ons<br>
disabled and then on a clean profile to confirm that this is actually a<br>
Firefox bug?<br>
</blockquote>
I definitely see it with addons disabled. Looking harder, it seems to me<br>
it's because I press the down arrow before the awesomebar dropdown has<br>
finished populating, and the focussing of the first entry happens once<br>
population is complete. So what happens is that I type, it starts<br>
populating, I press down, it selects the search option, and then it<br>
finished populating and the code selects the first entry again.<br>
<br>
So we either need to store key events until population has finished, or<br>
select the first entry as soon as it appears rather than at the end of<br>
population, or notice when we are trying to focus the first entry that<br>
it's already focussed, and select the second one instead.<br>
<br>
Gerv<br>
<br>
</blockquote>
<br>
______________________________<wbr>_________________<br>
firefox-dev mailing list<br>
<a href="mailto:firefox-dev@mozilla.org" target="_blank">firefox-dev@mozilla.org</a><br>
<a href="https://mail.mozilla.org/listinfo/firefox-dev" rel="noreferrer" target="_blank">https://mail.mozilla.org/listi<wbr>nfo/firefox-dev</a><br>
</div></div></blockquote></div><br></div>