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

Scroll Missing on Full-Page for Auto-height Instance #1199

Open
jpreston84 opened this issue Nov 24, 2024 · 0 comments
Open

Scroll Missing on Full-Page for Auto-height Instance #1199

jpreston84 opened this issue Nov 24, 2024 · 0 comments

Comments

@jpreston84
Copy link

jpreston84 commented Nov 24, 2024

Jodit Version: 4.2.27

Browser: Chrome 131.0.6778.85 (64-bit)
OS: Linux (Kubuntu 24.04 x64)
Is React App: False
Reproduced on xdsoft.net: False

Code

				$( document ).ready(
					function ()
					{
						const editor =
							Jodit.make(
								'#myContainer',
								{
									iframe: true,
									iframeCSSLinks: [ 'https://www.somevaliddomain.com/style.css' ],
								}
							)
						;
					}
				);
				

Expected behavior:
When the height is set to auto, no scroll appears (relies on browser scroll to access full page content in the editor). However, when you go to full-page mode, a scroll should appear.

Actual behavior:
In full-page mode, scroll does not appear.

Notes:
If you enable a fixed height, both full-page an non-full-page modes show a scroll bar.

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