Skip to content

Delete a suggestion #308

Answered by MStrecke
MStrecke asked this question in Q&A
Jan 16, 2022 · 4 comments · 3 replies
Discussion options

You must be logged in to vote

Thanks you again for your insight...

I had a look at the source code of autoComplete.js ... and it's not a bug, it's just not a feature.

It seems that the navigate event is only triggered if the "cursor" is moved with the up- and down arrow keys (something that I wasn't able to do either). The application is listening for keydown events, processes them and in turn generates the navigateevent.

If I move the selection with my mouse the color change is only due to the CSS attribute hover. The application itself is unaware of these changes and can't report them. This would involve monitoring the mouse movement and I haven't found any indication that autoComplete.js is doing that.

When I click…

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@folknor
Comment options

Comment options

You must be logged in to vote
1 reply
@folknor
Comment options

Comment options

You must be logged in to vote
1 reply
@folknor
Comment options

Answer selected by MStrecke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants