I don’t think so. If you are trying to reproduce the issue with device emulation from a desktop browser, I would try the following in Chrome:
- browsing to http://jsfiddle.net/osawmadh/7/show/
- opening chrome developer tools (F12)
- toggling the device toolbar to on (CTRL+SHIFT+M while in dev tools)
- you may need to change the device profile to ipad pro and increase the zoom to 125% here
- reload the page
- click on the price cell in the first row, then the price cell in the second row
The error should appear in the console tab of the developer tools, but it may just throw you right into the debugger.
let me know if this helps or not.
Thanks,
mdorsey