PiP-PersistedElement rendered in front of Pip-buttons (Hiding call hangup and GoTo room buttons) #26805
Labels
O-Frequent
Affects or can be seen by most users regularly or impacts most users' first experience
S-Major
Severely degrades major functionality or product features, with no satisfactory workaround
T-Defect
X-Regression
X-Release-Blocker
For persisted/sticky/always-on-screen widgets (like element call) we use a
persistedElement
(A dom element outside the #matrixchat element) to render the app itself.For calls there are two buttons:
those buttons are renderd as a
<aside>
and as a child of the #matrixchat element.With the tree isolation (
contain: strict
) we use with compound this is not possible:The DOM order of
persistedElement
ABOVE #matrixchat enforces it to also be rendered above hiding the "buttons for pip view" (end call, to room). We need to refactor thePipContainer
to create a dom structure that allows the required rendering order: "buttons above widget"The text was updated successfully, but these errors were encountered: