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

TypeError: Attempting to configurable attribute of unconfigurable property. #1119

Closed
Bor1s opened this issue Jan 23, 2015 · 2 comments
Closed

Comments

@Bor1s
Copy link

Bor1s commented Jan 23, 2015

Hello guys!

I'm using polymer 0.5.3 and core/paper components 0.5.3.
I've got an error in Safari (8.0.2), Mobile Chrome (IPad), Mobile Safari (IPad) that causes something on
webcomponents.js:317 - defineProperty.

function defineGetter(constructor, name, getter) {
      getterDescriptor.get = getter;
      defineProperty(constructor.prototype, name, getterDescriptor);
    }

After debug, I found out that it fails with:
constructor.prototype -> GeneratedWrapper
name -> ownerSVGElement
getterDescription -> Object({configurable: true
enumerable: true})

@miztroh-zz
Copy link

I get the same issue in Safari 7.1.2 on Mavericks (10.9.5).

@arthurevans
Copy link

0.5.4 is now out. It's the same as 0.5.3 except it reverts the problematic change.

Please update.

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

No branches or pull requests

3 participants