Comment 66 for bug 181575

Revision history for this message
In , Gavin Sharp (gavin-sharp) wrote :

Comment on attachment 306031
patch as described

Actually, this will break using the mouse to select an autocomplete item. We only update the textbox value for key-triggered selections (in nsAutoCompleteController::HandleKeyNavigation), while the autocomplete popup's click handler just calls nsAutoCompleteController::HandleEnter and depends on this code always getting the selected value.