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
We were checking some possible color combinations for a project and created a test site with a few button elements. When I went to check them with tota11y, it only seems to check the first button. It does check other elements (such as a group of links). Honestly I'm not sure I can describe the issue in more detail. There's one error in the console that comes up.
Uncaught TypeError: Cannot read property 'position' of undefined
at HTMLDivElement.<anonymous> (tota11y.min.js:formatted:4352)
at tota11y.min.js:formatted:788
at Function.map (tota11y.min.js:formatted:918)
at ue.fn.init.map (tota11y.min.js:formatted:787)
at tota11y.min.js:formatted:4351
at dispatch (tota11y.min.js:formatted:2479)
at m.handle (tota11y.min.js:formatted:2412)
Here are some screenshots I took as well.
Not working
Working
The text was updated successfully, but these errors were encountered:
We were checking some possible color combinations for a project and created a test site with a few button elements. When I went to check them with tota11y, it only seems to check the first button. It does check other elements (such as a group of links). Honestly I'm not sure I can describe the issue in more detail. There's one error in the console that comes up.
Here are some screenshots I took as well.
Not working
![screen shot 2018-02-27 at 09 58 34 am](https://user-images.githubusercontent.com/4681584/36744224-3e49429e-1bba-11e8-89c5-3a1b72955bf8.png)
Working
![screen shot 2018-02-27 at 10 01 34 am](https://user-images.githubusercontent.com/4681584/36744247-4dab4a70-1bba-11e8-91b9-24962f3273db.png)
The text was updated successfully, but these errors were encountered: