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

Chromium/Firefox known issues/differences #25

Open
kazcfz opened this issue Oct 3, 2024 · 3 comments
Open

Chromium/Firefox known issues/differences #25

kazcfz opened this issue Oct 3, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@kazcfz
Copy link
Owner

kazcfz commented Oct 3, 2024

Multiple files

Chromium can read multiple files from the clipboard in any event.
Firefox reads only 1 file in paste events. Drag and drop remains compatible. (See Bug 864052)

Copying GIF from the web

Copying animated GIF images from Chrome results in a static image.
Copying from Firefox allows previewing and attaching the animated GIF.

@kazcfz kazcfz changed the title Copying GIF from the web Chromium/Firefox known issues Oct 4, 2024
@kazcfz kazcfz changed the title Chromium/Firefox known issues Chromium/Firefox known issues/differences Oct 4, 2024
@kazcfz kazcfz pinned this issue Oct 4, 2024
@kazcfz kazcfz added the bug Something isn't working label Oct 4, 2024
@unia909
Copy link

unia909 commented Nov 14, 2024

This extension doesn't work on the website I'm using. I can't tell the address, but it's due to a glitchy iframe handling. It shows error in content.js:172 document.getElementsByClassName(...)[0] is undefined

@kazcfz
Copy link
Owner Author

kazcfz commented Nov 15, 2024

@unia909 Does the iframe happen to have sandbox attributes? Perhaps with allow-same-origin value too?
Some webpages also seem to 'recreate' their iframes, since the original iframe element's no longer in the DOM.

@unia909
Copy link

unia909 commented Nov 15, 2024

@kazcfz iframe does not have sandbox attribute nor allow-same-origin. But it has the seamless attribute. Maybe this creates script conflicts. Website seems to recreate iframes bc I can't find iframe that code is requesting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants