-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Description
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:
- After placing a clone that has pat-autofocus in it.
- After an element with pat-autofocus becomes visible because a collapsible opens.
- After an element with pat-autofocus becomes visible because a pat-depends statement becomes true.
- 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