Skip to content

Programmatically created elements do not refresh on click event #14621

@DartBot

Description

@DartBot

This issue was originally filed by zeljko.kunica@gmail.com


What steps will reproduce the problem?

  1. create one counter in html
  2. create other in code and add it to the DOM
  3. click on the second one, and the count will not be changed
  4. click on the first one, and the count will be changed, and also the second one will be refreshed

What is the expected output? What do you see instead?
Both should work equaly

What version of the product are you using? On what operating system?
0.8.7

Please provide any additional information below.

I found this problem while researching the other. Polymer elements which are created after some time don't get bootstrap css. If they are created in the same time when polymerInit is called they do.


Attachment:
web.zip (1.76 KB)

Metadata

Metadata

Assignees

No one assigned

    Labels

    closed-obsoleteClosed as the reported issue is no longer relevant

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions