LearnNewsExamplesServices
Frontmatter
id5466
titlePortal.view.home.parts.Helix: the 3d engine (transform-style: preserve 3d;) sometimes manages to break out of their scope
stateClosed
labels
bug
assigneestobiu
createdAtJun 23, 2024, 7:41 PM
updatedAtJul 16, 2024, 2:44 PM
githubUrlhttps://github.com/neomjs/neo/issues/5466
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJul 16, 2024, 2:44 PM

Portal.view.home.parts.Helix: the 3d engine (transform-style: preserve 3d;) sometimes manages to break out of their scope

Closed v8.1.0 bug
tobiu
tobiu commented on Jun 23, 2024, 7:41 PM

@maxrahder @ExtAnimal

if i recall it correctly, we already had something similar with the helix inside the covid app.

Screenshot 2024-06-23 at 19 35 23

inside the LivePreview, the DOM is deeply(!) nested:

Screenshot 2024-06-23 at 19 39 42

i think we need to at least use a div with position: relative; and overflow: hidden; for the preview and inside a wrapper div with position: absolute; filling the full space. less reflows and scoping are crucial here.

thoughts?

tobiu added the bug label on Jun 23, 2024, 7:41 PM
tobiu assigned to @tobiu on Jun 23, 2024, 7:41 PM
tobiu
tobiu Jul 16, 2024, 2:44 PM

already fixed.

tobiu closed this issue on Jul 16, 2024, 2:44 PM