mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 01:13:08 +09:00
Even if `<datalist>` is dynamically changed, the autocomplete controller still uses the previous search result. If changed, we have to ignore the previous result that may now be invalid. Also, even if `<datalist>` is changed, we have to keep the selected index (See Mozilla Bug 595069), so we cannot use `ResetInternalState` in this situation because it resets the selected index. This resolves #1509. |
||
|---|---|---|
| .. | ||
| moz.build | ||
| nsAutoCompleteController.cpp | ||
| nsAutoCompleteController.h | ||
| nsAutoCompleteSimpleResult.cpp | ||
| nsAutoCompleteSimpleResult.h | ||
| nsIAutoCompleteController.idl | ||
| nsIAutoCompleteInput.idl | ||
| nsIAutoCompletePopup.idl | ||
| nsIAutoCompleteResult.idl | ||
| nsIAutoCompleteSearch.idl | ||
| nsIAutoCompleteSimpleResult.idl | ||