vue-storefront-1
vue-storefront-1 copied to clipboard
IE 11 : Buttons and images
Current behavior
The buttons are not clickable on Internet Explorer like the login button, cart button and add to cart button. Also the add to cart does not work.
Furthermore the images are not loaded.
This has been tested on Internet Explorer 11 on https://demo.storefrontcloud.io and confirmed on our own testing enviroment.
Expected behavior
We suspect it has something to do with local caching and Service workers. It should always have a fallback for browser that do not support that.
We also can not find a compatibility list but found another issue that stated 'We support all major browsers'. Not sure if IE is still in that list.
Steps to reproduce the issue
Open Internet Explorer 11
- Surf to https://demo.storefrontcloud.io
- Go to a product --> see placeholder images
- Try to open menu, add a product or login --> buttons not working
Can you handle fixing this bug by yourself?
- [X ] YES
- [ ] NO
But with no time limit. We are building a Vuestorefront project for one of our customers and frontend development will occur after the API connection is implemented.
Which Release Cycle state this refers to? Info for developer.
Pick one option.
- [ ] This is a bug report for test version on https://test.storefrontcloud.io - In this case Developer should create branch from
developbranch and create Pull Request2. Feature / Improvementback todevelop. - [ ] This is a bug report for current Release Candidate version on https://next.storefrontcloud.io - In this case Developer should create branch from
releasebranch and create Pull Request3. Stabilisation fixback torelease. - [ X] This is a bug report for current Stable version on https://demo.storefrontcloud.io and should be placed in next stable version hotfix - In this case Developer should create branch from
hotfixormasterbranch and create Pull Request4. Hotfixback tohotfix.
Environment details
- Browser: Internet Explorer 11
- OS: Windows 10
- Node: NA
- Code Version: NA
This is related to https://github.com/DivanteLtd/vue-storefront/issues/1266
It requires tweaking the Babel configs - please check the comments to vuestorefront/vue-storefront#1266
Ok thanks for the reference!
I will keep this issue open as a reference for people who are searching the same until it has been resolved.
OK i'll change it to feature request as it well .. it's not a bug :)