DescriptionUpdate the position of autocomplete list after the model is updated.
When a user put one letter on search box, the position of autocomplete list is calculated incorrectly.
It's because the position is updated before the model (the list content) is updated, so the position is calculated assuming that the list is empty.
This can be fixed by updating the position after the model is updated.
BUG=404057
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290746
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|