Closed Bug 1669867 Opened 4 years ago Closed 4 years ago

.item regressed flickr.com for downloading images

Categories

(Core :: JavaScript: Standard Library, defect, P1)

Firefox 83
All
Unspecified
defect

Tracking

()

RESOLVED INVALID
Webcompat Priority ?
Tracking Status
firefox81 --- unaffected
firefox82 --- unaffected
firefox83 --- fixed

People

(Reporter: karlcow, Unassigned)

References

(Regression, )

Details

(Keywords: regression)

Steps to reproduce

  1. Go to https://www.flickr.com/photos/mhoye/50432556556/
  2. Wait the page is fully rendered
  3. 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

https://www.flickr.com/photos/mhoye/50305446521/ is a much nicer picture with the same problem.

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.

Severity: -- → S2
Priority: -- → P1

item was renamed to at.

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID

Array.prototype.item was also backed out. https://hg.mozilla.org/mozilla-central/rev/8b1680a2b965

Has Regression Range: --- → yes
Keywords: regression
You need to log in before you can comment on or make changes to this bug.