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

RTE Toolbar hidden under Tabs when pane is scrolled #11870

Closed
craigs100 opened this issue Jan 15, 2022 · 1 comment · Fixed by #11901
Closed

RTE Toolbar hidden under Tabs when pane is scrolled #11870

craigs100 opened this issue Jan 15, 2022 · 1 comment · Fixed by #11901
Labels

Comments

@craigs100
Copy link
Contributor

Which exact Umbraco version are you using? For example: 9.0.1 - don't just write v9

9.2.0

Bug summary

Top ¾ of the RTE Toolbar is hidden behind Tabs when the editing pane is scrolled.

Specifics

As can be seen in the screenshot, if Tabs are in use and the RTE is longer than the browser window the toolbar appears to "stick" at the top of the Tabs rather than the bottom when the page is scrolled. Causing ¾ of the toolbar to be hidden.

20220115_umbraco_rte_screenshot

Steps to reproduce

Create a DocType with a Tab (not a group) containing an RTE with it's height set to a value which would cause it to scroll in the editing pane. (Reduce the vertical size of your browser to simulate if necessary)

Create a page with the DocType and notice that when the pane is scrolled down while the RTE is in view, the RTE's toolbar sticks half behind the Tabs rather than completely below the Tabs making it unusable.

Expected result / actual result

Expected the Toolbar to remain fully in view while any part of it's content pane was in view

Actually, ¾ of the Toolbar is hidden behind the Tabs.

I'm guessing that the original intention was to stick the toolbar at the top of the RTE while any part of the RTE content pane was in view. I might be wrong.

@craigs100 craigs100 changed the title RTE Toolbar hidden under tabs when pane is scrolled RTE Toolbar hidden under Tabs when pane is scrolled Jan 15, 2022
@markadrake
Copy link
Contributor

I submitted a pull request (#11901) in an effort to fix this behavior. Would love a second or third set of eyes that the behavior is correct after my fix. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants