-
Notifications
You must be signed in to change notification settings - Fork 19
Web compatibility issue with flickr.com (in YUI 3) #32
Comments
Looks like YUI feature-testing again, but in YUI 3 this time. It happens in the implementation of
|
It's seem "reasonable" for libraries use |
hey can someone point me to the doc or ticket where it is explained why the * tc39 cares about breaking 3rd party libraries? |
It's kind of ironic that the "Space Jam website" link in that blog post gives a "not found" error. |
@nicolo-ribaudo I think the link just needs to be updated—spacejam.com does work. (CC @mathiasbynens) |
https://web.archive.org/web/20190220034807/https://www.warnerbros.com/archive/spacejam/movie/jam.htm works and https://web.archive.org/web/20190309232529/https://www.warnerbros.com/archive/spacejam/movie/jam.htm doesn't; looks like warnerbros.com broke the link by converting it into an incorrect redirect sometime between 2019-02-20 and 2019-03-09 :-/ |
Unfortunately Warner Bros changed the URL, and broke the older URL in the process. See tc39/proposal-relative-indexing-method#32 for context.
Looks like Warner Bros missed the memo 😢 I'll update the article. |
Unfortunately Warner Bros changed the URL, and broke the older URL in the process. See tc39/proposal-relative-indexing-method#32 for context.
Steps to reproduce:
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 doingdelete Array.prototype.item;
in the JS console fixes it.See https://bugzilla.mozilla.org/show_bug.cgi?id=1669867.
The text was updated successfully, but these errors were encountered: