LearnNewsExamplesServices
Frontmatter
id5187
titleList createItems attempts to navigate to the first item before it creates the items
stateClosed
labels
bug
assigneestobiu
createdAtJan 19, 2024, 4:30 PM
updatedAtJan 25, 2024, 7:45 AM
githubUrlhttps://github.com/neomjs/neo/issues/5187
authorExtAnimal
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 25, 2024, 7:45 AM

List createItems attempts to navigate to the first item before it creates the items

Closed v8.1.0 bug
ExtAnimal
ExtAnimal commented on Jan 19, 2024, 4:30 PM

It should not navigate on its own accord.

ExtAnimal added the bug label on Jan 19, 2024, 4:30 PM
ExtAnimal assigned to @tobiu on Jan 19, 2024, 4:42 PM
ExtAnimal
ExtAnimal Jan 19, 2024, 4:45 PM

We need to get rid of this skewed headerlessActiveIndex concept.

The navigator just doesn't "see" items which do not match the selector it is configured with. So it naturally skips things which you do not want to be in the flow. You can put any kind of header or boilerplate elements within a navigable, and it will only navigate among items matching the selector

When navigating using index, it queries only the matching items.

This concept is outdated, but difficult to unpick. @tobiu needs to do it.

ExtAnimal cross-referenced by PR #5188 on Jan 19, 2024, 4:46 PM
ExtAnimal closed this issue on Jan 25, 2024, 7:45 AM