teamforus / forus

Online platform voor maatschappelijke projecten.
https://forus.io
GNU Affero General Public License v3.0
9 stars 3 forks source link

Webshop products: list/grid buttons, sorting products: can't be used by keyboard #2209

Closed jamalv closed 3 years ago

jamalv commented 3 years ago

The two buttons “List” and “Photos” above the search results are made from non-interactive div elements and lack any interactive features. On page "Offer" two buttons are added "Sort" and "New first". These buttons have the same problem.

This success criterion includes operation with the keyboard. These buttons cannot be used without a mouse.

Give this button interactive properties. This can be done, for example, by coding this button with a native HTML button element.