This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
Does not record actions on dynamically added DOM nodes #22
Labels
🦾 enhancement
New feature or request
Milestone
Hello, first of all, thanks for the great extension.
I'm using it on a Vuejs app that uses
v-if
directives, which implies the nodes are dynamically attached to the DOM whenever the condition becomes true.It is the case for a modal dialog that appears after clicking a button. None of the actions being performed on the modal is recorded by the extension. The workaround I found is that, opening the modal before recording actually works, which implies the problem is related to the modal being attached to the DOM during the recording.
Another workaround is substituting the
v-if
withv-show
, which breaks performance, since everything is in the DOM at page load.Thanks for your help!
The text was updated successfully, but these errors were encountered: