Closed
Description
(Some) Variables set in the theme's view.xml for the gallery widget appear to be ignored in 2.2.4 (This may also affect other variables, I don't know)
Preconditions
- Magento 2.2.4 installed from git
- No modules
- Single website, theme set to luma
Steps to reproduce
- Create product and assign product image, ensuring you set the AltText for the image
- View product on frontend
Expected result
- as the luma theme sets the variable gallery/caption to false the AltText should not be displayed on the gallery widget.
Actual result
- The product image has the AltText displayed at the bottom.
This is new behaviour in 2.2.4. 2.2.3 did not do this.
I also have some other third party code that throws a wobbler, when it looks for the variable gallery/fullscreen/navarrows which it says does not exist, even though it is also declared in lumas view.xml