Skip to content

Pat-autofocus regressions #1092

@cornae

Description

@cornae

pat-autofocus should do its work when an item that has the class pat-autofocus on it becomes visible. In other words if it (it, being the element with .pat-autofocus on it) or one of its parents has display: block on it, then pat-autofocus should kick in. Examples include:

  1. After placing a clone that has pat-autofocus in it.
  2. After an element with pat-autofocus becomes visible because a collapsible opens.
  3. After an element with pat-autofocus becomes visible because a pat-depends statement becomes true.
  4. After an element with pat-autofocus becomes visible because it enters the DOM-tree after an injection.

Case 2 and 3 at least don't work at the moment. Case 1 still seems to work.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions