You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found this weird behavior when I had a dropdown menu with a 'suggest a featureitem in it. The idea was for the AK widget to pop open when clicked on. Automatically, the dropdown menu recognizes any clicks in the menu to automatically close, but for reason I can't figure out, it seems that AK seems topreventDefaultandstopPropagation` of the click event, leaving the menu open while the widget is showing.
I instead tried to close the dropdown menu automatically when the onWidgetOpen event triggered, but when I did, the AK widget would close as well :|
There's some very odd behaviors at play here...
The text was updated successfully, but these errors were encountered:
I found this weird behavior when I had a dropdown menu with a 'suggest a feature
item in it. The idea was for the AK widget to pop open when clicked on. Automatically, the dropdown menu recognizes any clicks in the menu to automatically close, but for reason I can't figure out, it seems that AK seems to
preventDefaultand
stopPropagation` of the click event, leaving the menu open while the widget is showing.I instead tried to close the dropdown menu automatically when the
onWidgetOpen
event triggered, but when I did, the AK widget would close as well :|There's some very odd behaviors at play here...
The text was updated successfully, but these errors were encountered: