### 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 1. Create a Polymer element with a slot. 2. On `ready()`, set the `active` attribute of the `<paper-button>` in the slot to true. 3. Create a parent element that holds the child element and inserts a `<paper-button>` into the slot. ### Browsers Affected <!-- Check all that apply --> - [x] Chrome - [ ] Firefox - [ ] Safari 9 - [ ] Safari 8 - [ ] Safari 7 - [ ] Edge - [ ] IE 11 - [ ] IE 10
Description
Imperatively setting the
activeattribute of apaper-buttoninserted 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
ready(), set theactiveattribute of the<paper-button>in the slot to true.<paper-button>into the slot.Browsers Affected