Skip to content

Fix bug where toolbar was hidden after resizing the window from small to normal/large mode (#9085) - #10319

Open
taylorsatula wants to merge 1 commit into
roundcube:masterfrom
taylorsatula:fix-9085-toolbar-hidden
Open

Fix bug where toolbar was hidden after resizing the window from small to normal/large mode (#9085)#10319
taylorsatula wants to merge 1 commit into
roundcube:masterfrom
taylorsatula:fix-9085-toolbar-hidden

Conversation

@taylorsatula

Copy link
Copy Markdown

Fixes #9085

Closing a popup menu in small-screen mode adds the hidden class to the menu element (popup hide handler). When the window is then resized back to normal/large, screen_resize_small_none() removes popupmenu but not hidden, so the toolbar stays blank. Remove both classes.

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

Successfully merging this pull request may close these issues.

After resizing the window, toolbars are sometimes hidden

1 participant