Frontmatter
| id | 5187 |
| title | List createItems attempts to navigate to the first item before it creates the items |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Jan 19, 2024, 4:30 PM |
| updatedAt | Jan 25, 2024, 7:45 AM |
| githubUrl | https://github.com/neomjs/neo/issues/5187 |
| author | ExtAnimal |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 25, 2024, 7:45 AM |
List createItems attempts to navigate to the first item before it creates the items
ExtAnimal assigned to @tobiu on Jan 19, 2024, 4:42 PM

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
It should not navigate on its own accord.