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
Open the developer tools of your browser, and open the console
On this page you can find a SuggestBox with a label : Your friends
Click on this SuggestBox to give it focus
Now press the 'arrow down' key of your keyboard
An Exception will appear in the develor tools console (Cannot read properties of undefined)
The problem with above is, that we use an 'uncaughtExceptionHandler' in our own app. Which shows a big error for all these errors. And thus every time a user tries above steps, he gets a big error dialog.
Expected behavior
Do not throw an exception
Screenshots
Desktop (please complete the following information):
OS: Windows
Browser Chrome
Version Latest
The text was updated successfully, but these errors were encountered:
vegegoku
changed the title
Pressing the 'arrow down' key on the keyboard, causes SuggestBox to throw an Exception
Pressing the arrow down key on the keyboard, causes SuggestBox to throw an Exception
Apr 14, 2022
Describe the bug
When you have SuggestBox.
Give it focus.
Press down on the keyboard. An Exception will appear.
This is because arrow down will try to select the next item in the dropdown. But the dropdown is not yet available at that moment.
To Reproduce
Steps to reproduce the behavior:
The problem with above is, that we use an 'uncaughtExceptionHandler' in our own app. Which shows a big error for all these errors. And thus every time a user tries above steps, he gets a big error dialog.
Expected behavior
Do not throw an exception
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: