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

Rect getVisible method do not account for elements with fixed position. #17225

Open
nilsfr opened this issue Oct 4, 2024 · 0 comments
Open

Comments

@nilsfr
Copy link

nilsfr commented Oct 4, 2024

The getVisible method in the Rect class do not account for elements with fixed position.

Elements with fixed position can "escape" the overflow hidden attribute of a parent element.

My use case is that I am creating a plugin that can put the editor in a "full screen" mode. This makes Ckeditor cover the whole browser window. This is done using fixed position. This works fine except when Ckeditor is placed inside a parent element having overflow value other than visible.

So when Ckeditor is placed inside a modal "window" the "full screen" mode makes Ckeditor behave weirdly. I attach a picture of the effect.

Image

Fixed elements are shown even if they are inside an "overflow-hidden" element.

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