LearnNewsExamplesServices
Frontmatter
id8892
titleCreate Component Test for Grid Teleportation Artifacts
stateClosed
labels
staleaitestingregression
assignees[]
createdAtJan 27, 2026, 1:03 PM
updatedAtMay 12, 2026, 6:54 AM
githubUrlhttps://github.com/neomjs/neo/issues/8892
authortobiu
commentsCount2
parentIssue8891
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[x] 8894 Restore Grid Stability (Fix/Revert Teleportation)
closedAtMay 12, 2026, 6:54 AM

Create Component Test for Grid Teleportation Artifacts

Closedstaleaitestingregression
tobiu
tobiu commented on Jan 27, 2026, 1:03 PM

Create a Playwright Component Test (test/playwright/component/grid/Teleportation.spec.mjs) that reproduces the visual corruption in Neo.grid.Container when using Neo.grid.column.Component.

Requirements:

  • Instantiate a Grid with a Store and a Component Column.
  • Programmatically scroll the grid to trigger row recycling.
  • Assert that cell contents are correct and do not contain duplicate text nodes (e.g., "Stephanie ++Stephanie ++").
  • Verify that the loading mask works correctly during rapid scrolling.
tobiu added the ai label on Jan 27, 2026, 1:03 PM
tobiu added the testing label on Jan 27, 2026, 1:03 PM
tobiu added the regression label on Jan 27, 2026, 1:03 PM
tobiu added parent issue #8891 on Jan 27, 2026, 1:04 PM
tobiu marked this issue as blocking #8894 on Jan 27, 2026, 1:04 PM