The issue happened to me also sometimes when skipping steps 2 and 3, but only when the particular page was shown for the very first time in that session, and even then not in all cases, so it was hard to reproduce. With steps 2 and 3 I could reproduce it reliably.
There are no Javascript errors shown in the broswer console.
The admin menu appears again at the left hand side, preferrably with collapsed status.
The admin menu remains invisible.
After a page reload the admin menu appears with collapsed status on the left hand side.
Clean installation of current 4.0-dev branch, recvent 4.0 nightly build or 4.0 Beta 1.
I've noticed this issue when testing PR #30131 . It happens with and without that PR applied. I think the problem is that in file build/media_source/templates/atum/js/template.es6.js
, the setMobile
functions sets some CSS class on either the wrapper or the sidebar-wrapper which are not properly reset by the setDesktop
function. But I haven't found the error yet.
I have no idea if we have already an issue for that so this here is a duplicate. I haven't found one with a quick search for "burger" and a few other keywords, but I haven't checked deeper.
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-09-19 10:23:00 |
Closed_By | ⇒ | richard67 |
I think I have a fix, but I'd like to wait until PR #30131 is merged because otherwise it would need to apply both PR's for testing and later have conflicts after that PR is merged.