Fixed
Status Update
Comments
jl...@google.com <jl...@google.com> #2
It turns out that the selection model is notified about the new component before it was properly added to the receiving component. The properties cannot be loaded at that time.
After the component is properly setup a new selection change is not propagated from the selection model because it looks like the selection hasn't changed.
After the component is properly setup a new selection change is not propagated from the selection model because it looks like the selection hasn't changed.
jl...@google.com <jl...@google.com> #3
Here a change that contains half of this fix: ag/6376802
However the change is missing propagation through the placeholders.
Reassigning to Charlie in order to get this done correctly.
However the change is missing propagation through the placeholders.
Reassigning to Charlie in order to get this done correctly.
ch...@google.com <ch...@google.com> #4
Just tried to reproduce this bug, but this bug is fixed.
I did couple of fixed for Dnd & PropertyPanel updating, probably it is fixed by some CLs.
closed the bug.
I did couple of fixed for Dnd & PropertyPanel updating, probably it is fixed by some CLs.
closed the bug.
jl...@google.com <jl...@google.com> #5
I can still reproduce this bug (at least on a dev build on Mac)
Note: this only happens when the dependency is added as part of adding the recyclerview to a layout.
Note: this only happens when the dependency is added as part of adding the recyclerview to a layout.
Description
2. Add a recycler view to a layout from the palette
3. Add the new recycler view dependency
4. Selected the newly added Recycler view
Expected:
The property panel should display recycler view attributes
Actual:
The property panel stays empty