.item regressed flickr.com for downloading images
Categories
(Core :: JavaScript: Standard Library, defect, P1)
Tracking
()
Webcompat Priority | ? |
Tracking | Status | |
---|---|---|
firefox81 | --- | unaffected |
firefox82 | --- | unaffected |
firefox83 | --- | fixed |
People
(Reporter: karlcow, Unassigned)
References
(Regression, )
Details
(Keywords: regression)
Steps to reproduce
- Go to https://www.flickr.com/photos/mhoye/50432556556/
- 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.
Reported initially by mhoye on https://webcompat.com/issues/59524
Comment 1•4 years ago
|
||
https://www.flickr.com/photos/mhoye/50305446521/ is a much nicer picture with the same problem.
Comment 2•4 years ago
|
||
We backed out String.prototype.item
, but this problem still persists. The problem is Array.prototype.item
.
Manually removing it by typing delete Array.prototype.item;
in the JS console makes the button work.
Comment 3•4 years ago
|
||
Filed upstream at https://github.com/tc39/proposal-item-method/issues/32.
Updated•4 years ago
|
Comment 4•4 years ago
|
||
item
was renamed to at
.
Comment 5•4 years ago
|
||
This was fixed by backout for Firefox 83. https://hg.mozilla.org/mozilla-central/rev/b8d82fc2371e020ade6144aa7f5892bf979761bb
Comment 6•4 years ago
|
||
Array.prototype.item was also backed out. https://hg.mozilla.org/mozilla-central/rev/8b1680a2b965
Updated•4 years ago
|
Description
•