On 05/12/2017 17:32, Ken Brown wrote: > On 12/5/2017 11:03 AM, Ken Brown wrote: >> On 12/5/2017 7:58 AM, Jon Turney wrote: >>> The search textbox on the package chooser page needs the same fix. >> >> It's not immediately clear to me how to do this, since I don't know >> what the default pushbutton should be while the user is typing in the >> search box. >> >> One possibility is to convert the label "Search" to the left of the >> box to a SEARCH pushbutton, whose effect is to call OnTimerMessage(). >> If we make this the default, then pressing Enter will cause the search >> filter to immediately take effect, which is probably what the user >> expects. It seems a bit weird to have a button which automatically pushes itself half a second after you finish typing. Attached is my attempt, which (ab)uses an invisible button. > Something like the attached?  This might not be quite right, because the > previous default button is never restored.  I'm not sure how important > that is. I think it's something that should be done, if possible, so I added that. I'm a bit puzzled that IDD_SITE apparently doesn't need anything to do that, but IDD_CHOOSE does...