-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Source editing view loses borders on scroll #10422
Comments
The horizontal scroll solution: The vertical scroll has to be checked, because we must make the container of the textarea not scrollable. The tricky part is why is there Also: test this in a manual test (without documentation page style)! |
Instead of adding I replaced it with some good old After making it work in manual test (in general case) I slightly modified source editing snippet css to work with the new update (so it works in conjunction with Fixed in #10566 |
@ckeditor/qa-team could you check this cross-browser? Steps are described in the PR additional information section: #10566 (comment) |
Looks good in all browsers 👍 |
@dawidurbanski I have integrated the CKE5(decoupled-editor), but here i'm not getting the scroll for some reason, could you look at this? |
@shahzebgit by default Source Editing feature textarea has .your-container-class .ck-source-editing-area textarea {
overflow: auto;
} |
Fix (source-editing): Improve source editing textarea field size and scrolling behaviour. Closes #10422.
📝 Provide detailed reproduction steps (if any)
✔️ Expected result
The border is still visible.
❌ Actual result
Borders scroll out of the visible area.
❓ Possible solution
If you have ideas, you can list them here. Otherwise, you can delete this section.
📃 Other details
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: