Skip to content

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

Closed
@Bor1s

Description

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})

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions