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
Is there a way to highlight an element in a parent window from an iframe.
Scenario:
An embeddable widget is loaded on a webpage through javascript
When certain conditions are met an element is highlighted on the webpage, despite the iframe having the code which drives the tour or highlight functionality
The text was updated successfully, but these errors were encountered:
Actually using window.parent.document.getElementById (or any other function to retrieve the element) works. What I haven't manage to do yet is that the widget and the iframe has a very small size and it blocks the highlight to be displayed on the whole page
Is there a way to highlight an element in a parent window from an iframe.
Scenario:
The text was updated successfully, but these errors were encountered: