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

Popups get cutoff by bottom of window #4829

Open
cstefan opened this issue Oct 25, 2024 · 0 comments
Open

Popups get cutoff by bottom of window #4829

cstefan opened this issue Oct 25, 2024 · 0 comments

Comments

@cstefan
Copy link

cstefan commented Oct 25, 2024

Expected behavior.

The Popup position is calculated so that it is 100% visible.

Actual behavior.

In SPA type application, no scrollable container, and the editor is placed at the bottom of the page, like for a messaging app, the Toolbar triggered Popups are cropped.

Steps to reproduce the problem.

Demo

Just place the editor at a fixed position at the bottom of the page like this.

#froala-editor { 
    position: fixed;
    height: 150px;
    bottom: 0;
    left: 0;
    right: 0;
}
Editor version.

Version 4.2.1

OS.

ALL

Browser.

ALL

Recording.

(A recording showing how to reproduce the problem)
image

@ilyaskarim ilyaskarim closed this as not planned Won't fix, can't repro, duplicate, stale Oct 29, 2024
@ilyaskarim ilyaskarim reopened this Oct 29, 2024
@ilyaskarim ilyaskarim closed this as not planned Won't fix, can't repro, duplicate, stale Oct 29, 2024
@ilyaskarim ilyaskarim reopened this Oct 29, 2024
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

2 participants