Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Flottform extension to access input fields within iframes #75

Open
2 tasks
TamaraBogantseva opened this issue Oct 29, 2024 · 0 comments
Open
2 tasks

Comments

@TamaraBogantseva
Copy link
Contributor

TamaraBogantseva commented Oct 29, 2024

Description

Currently, the Flottform Extension is unable to access input fields located within iframes on a scanned page. This is because document.querySelector does not work for elements inside iframes, meaning the extension cannot interact with input fields embedded within these frames. This limitation reduces the extension’s usability for pages where key input elements are within iframes.

Links / References

\

Tasks / Definition of Done

  • Investigate and implement a solution to access and interact with input fields within iframes.
  • Ensure compatibility with iframes from different origins, if feasible, or document any limitations.

Further information

This improvement will allow the extension to reach input fields nested within iframes, making it more useful on a broader range of web pages. Consider security implications and any cross-origin restrictions that may affect iframe access.

@TamaraBogantseva TamaraBogantseva changed the title Flottform Extension: when scanning a page "document.querySelector" doesn't work yet on iframes (I think) and thus we can't access input fields using the extension if they're inside an iframe. Enable Flottform extension to access input fields within iframes Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant