Skip to content

BindList: complex pages with named lists can cause extra binding #504

@g105b

Description

@g105b

I've found a bug when using named lists.

<ul>
  <li data-list="list-name">Something here</li>
</ul>

Having multiple differently named lists on the same page sometimes causes the list from one bindList call to appear in the wrong list. The solution is always to clamp the context to the containing parent element.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions