You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the target element gets removed and added again, the current step stays attached to the last known target position. After scrolling the step gets attached to (0,0). This seems somewhat similar to #95.
Expected behavior
The step should stay attached to the target element even when it gets re-rendered (marionette.js view). It should try to reattach itself to an element with the same selector.
Steps to reproduce
start tour (with a step that is attached to an element)
remove the element the current step is attached to
add the same element (that has the same selector)
scroll the page
The text was updated successfully, but these errors were encountered:
This should no longer be an issue, since we moved to popper, but could persist in a different way. Closing for now, in favor of opening a new issue if there are more problems.
Actual behavior
When the target element gets removed and added again, the current step stays attached to the last known target position. After scrolling the step gets attached to (0,0). This seems somewhat similar to #95.
Expected behavior
The step should stay attached to the target element even when it gets re-rendered (marionette.js view). It should try to reattach itself to an element with the same selector.
Steps to reproduce
The text was updated successfully, but these errors were encountered: