Vertical scrollbar appears when the container has height set to 100% #5399
Labels
accessibility
Issue related to accessibility.
browser:chrome
The issue can only be reproduced in the Chrome browser.
browser:opera
The issue can only be reproduced in the Opera browser.
browser:safari
The issue can only be reproduced in the Safari browser.
plugin:copyformatting
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
type:bug
A bug.
Type of report
Bug
Provide detailed reproduction steps (if any)
Expected result
There is no vertical scrollbar
Actual result
There is a vertical scrollbar.
Other details
The issue is connected with the fact that the
.cke_screen_reader_only
element, used for Copy Formatting notifications, has non-zero dimensions. Somehow it forces the scrollbar if the editor's container has the same height as the viewport. We should check if we could change the dimensions of the notifications element to 0 without affecting screen readers.It could be also a good moment to align our screen reader utility class with the industry standard.
The text was updated successfully, but these errors were encountered: