-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
The pipeline visibility logic is wrong #13191
Copy link
Copy link
Closed
Labels
A-constellationInvolves the constellationInvolves the constellation
Description
By visibility, I'm talking about pipeline.visible, introduced in #10225.
The way it works today is:
- if iframe.setVisibility() is called, all the inner current pipelines are updated
- if a new inner pipeline is created, its visible property is inherited from its parent
This is wrong. This breaks if current pipeline is updated. It should work that way:
- if iframe.setVisibility() is called, all the inner pipelines are updated (not just the current ones)
- if a new inner pipeline is created, its visible property is inherited from the previous pipeline, or if none, from its parent
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-constellationInvolves the constellationInvolves the constellation