summaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2022-05-10 21:03:53 +0000
committerMoonchild <moonchild@palemoon.org>2022-05-10 21:03:53 +0000
commit517aec31118aa1e52168b02a1e4a6f2aa32d0031 (patch)
tree5ee4ce514f56c7d8a24ec879eb01dca71b11fb26 /devtools
parent930ddd693be251c86ee904dafbaef38234b692c0 (diff)
downloaduxp-517aec31118aa1e52168b02a1e4a6f2aa32d0031.tar.gz
Issue #1509 - Invalidate previous result when datalist is changed.
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.
Diffstat (limited to 'devtools')
0 files changed, 0 insertions, 0 deletions