This repository was archived by the owner on Dec 19, 2024. It is now read-only.
  
  
  
  
  
Description
Description
Imperatively setting the active attribute of a paper-button inserted into a slot requires setting it twice before it is updated.
Expected outcome
The attribute is updated the first time.
Actual outcome
The attribute is not updated until the second time.
Live Demo
https://jsbin.com/lalarivoli/1/edit?html,console,output
Steps to reproduce
- Create a Polymer element with a slot.
 
- On 
ready(), set the active attribute of the <paper-button> in the slot to true. 
- Create a parent element that holds the child element and inserts a 
<paper-button> into the slot. 
Browsers Affected