Web compatibility issue with flickr.com (in YUI 3) · Issue #32 · tc39/proposal-relative-indexing-method (original) (raw)
This repository was archived by the owner on Jan 26, 2022. It is now read-only.
This repository was archived by the owner on Jan 26, 2022. It is now read-only.
Description
Steps to reproduce:
- Go to https://www.flickr.com/photos/mhoye/50305446521/
- Wait the page is fully rendered
- Click on the arrow pointing downward on the right hand below the image.
Expected:
Show a modal popup with image size available to download
Actual:
Nothing happens.
Discovered in Firefox Nightly. We have already backed out String.prototype.item
, but this problem still persists. Manually doing delete Array.prototype.item;
in the JS console fixes it.