compose-us / flottform

A better UX for file uploads #build-in-public
https://github.com/compose-us/build-in-public/blob/main/README.md#ux-improvement-for-file-uploads-in-web-forms-working-title-flottform
Other
1 stars 0 forks source link

Enable Flottform extension to access input fields within iframes #75

Open TamaraBogantseva opened 4 weeks ago

TamaraBogantseva commented 4 weeks ago

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

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.