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

Can't edit column for field named "length" #3145

Closed
arosequist opened this issue Jan 21, 2016 · 4 comments
Closed

Can't edit column for field named "length" #3145

arosequist opened this issue Jan 21, 2016 · 4 comments

Comments

@arosequist
Copy link

If you bind a column to a field named length and try to edit it, it fails with: Uncaught TypeError: Cannot assign to read only property 'row' of 9

Example: http://jsfiddle.net/qaL1yczr/13/

@AMBudnik
Copy link
Contributor

Confirmed, this name can't be used.

@budnix
Copy link
Member

budnix commented Jan 22, 2016

This is a bug. All property names and methods which exist in Array.prototype for now are buggy (eq. length, map, filter etc.). In this case length has the most side effects.

@krzysztofspilka
Copy link
Member

@jansiegel couldn't test. Could you confirm it is now fixed and apply a 'tested' label to this issue? Thanks!

@krzysztofspilka
Copy link
Member

@arosequist finally released!

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

No branches or pull requests

5 participants