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
Using your keyboard, tab over to the tile so that it gets focus.
Press the space key.
Observe that a console error is thrown.
Additional information
The error originates from tile.js.
Looks like it is looking for an element with the attribute [data-tile-input] within the tile, and tries to check it. But it does not ensure that it actually found an element with this attribute, and thus it throws an error.
Detailed description
Describe in detail the issue you're having. Is this a feature request (new component, new icon), a bug, or a general issue?
Yes, the Tile component.
Currently, an error is thrown in the console when the space key is pressed. No error should be thrown.
Issue is reproducible in FF and Chrome.
8.18.2
Steps to reproduce the issue
Additional information
The error originates from tile.js.
Looks like it is looking for an element with the attribute [data-tile-input] within the tile, and tries to check it. But it does not ensure that it actually found an element with this attribute, and thus it throws an error.
I had originally asked about this issue on the #carbon-components slack channel, and I was informed that it was being worked on here: https://github.com/asudoh/carbon-components/tree/tile-check.
The text was updated successfully, but these errors were encountered: