-
Notifications
You must be signed in to change notification settings - Fork 80
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
Nested click2load frames not working #3088
Comments
On Opera there is no issue, it always works as expected : On Firefox (115 ESR) the behavior is unexpected/random :
|
I spent some time yesterday investigating this. First, it works reliably in Chromium-based browsers. Now in Firefox I cannot explain the behavior. I added multiple |
Thanks for looking into this. I gave it a couple more attempts; the second frame did not load after two minutes but clicking a few extra times loaded it instantly. I've only had it load once after a delay, that's what reminded me to open this issue. Ah well, one layer of click2load is probably fine. Out of curiosity, did either of you test it with barebones iframes in case it's a tumblr-specific issue? |
Yes, it's what I meant, if we keep clicking it works eventually, sometimes after 10x times. Something inside Firefox is preventing the navigation from taking place. I didn't try to synthesize a minimal case. |
This works fine: http://0.0.0.0:8080/iframe-root.html
<!DOCTYPE html>
<html>
<head>
</head>
<body style="background: yellow;">
<div><iframe src="http://0.0.0.0:8080/iframe.html" style="width: 50%; height: 600px; background: green;"></iframe>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div><iframe src="https://example.com/" style="width: 100%; height: 300px; background: blue;"></iframe>
</body>
</html>
|
I'm not sure whether it will be any useful or not, anyway, short description:
|
Prerequisites
I tried to reproduce the issue when...
Description
I'm trying to use these rules:
Tumblr wraps embed iframes in a
safe.txmblr.com
iframe. When a page has embedded Youtube or Twitch videos, clicking the click2load forsafe.txmblr.com
loads a second click2load for the embedded video, but clicking it does not load the video or have any other visible effect.A specific URL where the issue occurs.
Steps to Reproduce
Expected behavior
Click2load should work even when loaded by another click2load.
Actual behavior
Original embed never loads.
uBO version
1.55.0
Browser name and version
Firefox 115.6.0esr
Operating System and version
macOS 10.14.6
The text was updated successfully, but these errors were encountered: