-
Notifications
You must be signed in to change notification settings - Fork 45
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
Pop-up misplacement in webpages with frameset elements #1241
Comments
Thanks for the report. I'll look into it. We have to jump through a lot of hoops to translate positions between iframes so I'm not surprised there are cases that are wrong. |
I had a look into this and it turns out it's not related to iframes, but Talk about a blast from the past. |
Version 1.15 has now been released which includes this fix. |
Example
https://web.archive.org/web/20190514165339/http://kokkai.ndl.go.jp/SENTAKU/syugiin/112/0110/11204130110006a.html
Small problem
Bigger problem
in the other direction - the highlighted text is in the brownish shade, which is completely obscured by the popup:
Cause
This page contains an IFrame which contains a Frameset containing two Frames... By removing some of the structural labyrinth, the misplacement disappeared:
I deleted one Frame from the Frameset (without any other modification to the DOM or stylesheets), and the main text body moved to the header area, but the pop-up and highlight are now in correct relative position.
The text was updated successfully, but these errors were encountered: