Closed
Description
I realized that the mass-selection checkbox is disfunctional. Take for instance the Notification screen:
Steps to reproduce
- Install Magento 2.0.7.
- Open any screen in the admin with a mass-selection header and click the arrow / box
Expected result
- See the dropdown list of options (on clicking the arrow)
- Selecting all elements (on clicking in the empty checkbox)
Actual result
- The checkbox(arrow) keeps glitching, half-animating
- If you click in the top-left corner of the checkbox it does open the menu
- If you check any individual item, the mass-selection box gets updated with a dash, and it's easier clickable then
I've looked at the HTML of the box and how it changes on actions, and I saw that sometimes the complete class="action-select-multiselect"
was missing, after you select anything (the mass-selector or an individual item) the class does get added. However if the class exists or not, it doesn't seem to change the behaviour.