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

MBS-9106: Fix overflow mootimeter with the footer in fullscreen mode #115

Open
tholudwig opened this issue May 27, 2024 · 0 comments
Open
Labels
accepted bug Something isn't working

Comments

@tholudwig
Copy link
Contributor

Description
In fullscreen mode, the Mootimeter panel can protrude beyond the footer, especially with long surveys or quizzes. This affects both our theme_mebis and, albeit to a lesser extent, theme_boost.

footer_mebis(1)

footer_boost(1)

The problem does not exist in the normal view, as the panel is scrollable here.
footer_normal(1)

**Goal

  1. even in fullscreen mode, the panel does not cover the footer.
  2. the solution works for all designs.
  3. open: should the panel be scrollable in fullscreen or does the entire mootimetre area grow accordingly?
  4. solution does not change the normal mode.

Test instructions

  1. create Mootimeter activity with quiz.
  2. add many possible answers.
  3. switch to full screen
  • Before patch: Panel protrudes into the footer
  • after the patch: panel no longer protrudes into the footer in both theme_mebis and theme_boost
  1. deactivate fullscreen
  • Both solutions do not differ
@tholudwig tholudwig added the bug Something isn't working label May 27, 2024
@PM84 PM84 added the accepted label May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants