Closed
Bug 1217881
Opened 9 years ago
Closed 8 years ago
m.boots.com info boxes on product pages not displaying when pressed
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gibbering.baboons, Unassigned)
References
Details
(Whiteboard: [country-all][needscontact])
Attachments
(2 files)
User Agent: Mozilla/5.0 (Android 5.1; Mobile; rv:41.0) Gecko/41.0 Firefox/41.0
Build ID: 20151014145350
Steps to reproduce:
Navigate to any product page on m.boots.com
Eg. https://m.boots.com/h5/cat_hub?path=%2Fen%2FJohnsons-Easy-Rinse-Foaming-Baby-Shampoo-250ml_1333740%2F&unCountry=uk
Scroll down to Delivery Info and Reviews
Press on either Delivery Info or Reviews
Actual results:
Nothing happens
Expected results:
The respctive box should expand to reveal the delivery info or reviews
Tested on Chrome working correctly
Reporter | ||
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
They're expecting a global window.event property:
$(document).on('tap', '.expand_toggle', function(e) { //touchEvent for support iphone
event.preventDefault();
...
To fix that, and support all browsers, they can change it to e.preventDefault()
It looks like they use a global event object in a handful of places, so they should update everywhere.
Whiteboard: [country-all][needscontact]
Doesn't work on chrome either.Tested this on Chrome 54.0.2840.71
They have their social media channels here < https://m.boots.com/h5/socialMedia?unCountry=uk >. Didn't found any mailing details on the website.
Reporter | ||
Comment 4•8 years ago
|
||
Looks like the website has been updated and this is no longer an issue here
Comment 5•8 years ago
|
||
Indeed. Thanks. Fixed by responsive design.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
Assignee | ||
Updated•8 months ago
|
Component: Mobile → Site Reports
You need to log in
before you can comment on or make changes to this bug.
Description
•