Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome 44 (Canary) introduces breaking changes within MooTools #2711

Closed
restlessdesign opened this issue Apr 10, 2015 · 8 comments
Closed

Chrome 44 (Canary) introduces breaking changes within MooTools #2711

restlessdesign opened this issue Apr 10, 2015 · 8 comments
Labels

Comments

@restlessdesign
Copy link

This can be observed on http://mootools.net/more/builder (1.5.1) and https://vimeo.com (1.4.5)

Uncaught TypeError: Number.prototype.valueOf is not generic
Uncaught TypeError: window.addEvent is not a function
Uncaught ReferenceError: Class is not defined

@SergioCrisostomo
Copy link
Member

@aSapien
Copy link

aSapien commented Apr 14, 2015

Thanks, @SergioCrisostomo!

@chemix
Copy link

chemix commented Apr 14, 2015

from code.goole
"
JSBin http://jsbin.com/dumupilogu/1/edit

Problem is related to a change in the V8 - "ES6: Number and Boolean prototype should be ordinary objects."
But this is normal behavior for ES6, need fix the problem in Mootools
"

@aSapien
Copy link

aSapien commented Apr 14, 2015

@chemix - this comment wasn't added by a Google representative. This is a regression bug in Chrome and it was assigned to a developer. Note the status change slightly above this comment:

Status: Assigned
Labels: -Type-Bug -Needs-Feedback Type-Bug-Regression

@chemix
Copy link

chemix commented Apr 14, 2015

ok, I hove someone will fix it :)

@chemix
Copy link

chemix commented Apr 14, 2015

today's night build works :)

@SergioCrisostomo
Copy link
Member

@chemix: Nice!

@restlessdesign could you confirm this and close this issue if when you also confirm the problem is corrected?

Thank you

@restlessdesign
Copy link
Author

Confirmed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants