-
Bug
-
Resolution: Fixed
-
Major
-
4.1.2, 4.2, 4.3
-
2
-
Team Hedgehog 2023 Sprint 2.3, Team Hedgehog 2023 Review 2, Team Hedgehog 2023 Sprint 3.1
Testing our theme with safari on macOS 13.3 - i found a bug with the "new" tiny mce editor. I also reproduced it with an out of the box 4.1.2. It does not affects tiny mce with firefox or chrome.
While using moodle in a window, or with a monitor less 1740px vw and the left drawer opened, editing a text with tiny mce (new) and you choose View -> source code there will be an overly window. But it is covered under the left hand drawer (courseindex) - disabled. As a first bugfix i added this css:
.drawer-open-index.tox-dialog__disable-scroll #page.drawers.show-drawer-left
{ margin-left: 0; }.drawer-open-index.tox-dialog__disable-scroll .drawer.drawer-left
{ display: none }