Changes between Initial Version and Version 1 of Ticket #42390, comment 20
- Timestamp:
- 03/15/2018 06:14:03 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42390, comment 20
initial v1 2 2 One of the JS is inline in the page, the other one is in an enqueued script. I think this leads to different behaviors, depending on the browser speed in parsing the page and JS and then run the related JS functions. Hardware can play a role too. This is what I see dumping some debugging text in the console when the two functions run: 3 3 4 5 IE11 (presumably slower than Edge): 6 4 7 [[Image(https://cldup.com/YjHTj4j2pJ.png)]] 5 8 9 Edge: 10 6 11 [[Image(https://cldup.com/sbDSNdnNhs.png)]]