Submitted by AskewDread on Thu, 01/07/2016 - 15:26 Pro Licensee
Hey, in IE11 the alert panel that sits at the right hand side in Firefox covers the entire width of the page in IE11 making it impossible to use the server selection at the top left I can work around it short term by using firefox but I really don't want to have to do that just for Virtualmin :)
I have attached a screenshot
Status:
Closed (fixed)
Comments
Hi,
It's fixed in version 17.31. Please upgrade.
Submitted by AskewDread on Thu, 01/07/2016 - 15:55 Pro Licensee Comment #2
is this new version in the apt mirror? I have done an apt-get update but the new versions not showing yet
No. Please go to theme settings (Webmin->Webmin Configuration->Themes) and enable automatic updates. Click Save.
After that going back to System Information page you will see the update notice.
Submitted by AskewDread on Thu, 01/07/2016 - 16:16 Pro Licensee Comment #4
thanks for that..... I have updated that and while it is better there is still a grey line left over.... see attached
Two possible solutions.
Do you see on System Information page, Authentic Theme version 17.31?
Submitted by AskewDread on Thu, 01/07/2016 - 16:33 Pro Licensee Comment #6
I have tested it on a browser on a computer that's never opened it and it still does it I have also restarted webmin and no better...
I am also able to make the line into only 40px wide which makes it look a lot better by adding the following into the css file, so its defiantly getting it from somewhere in the code...
.right-side-tabs-toggler,.mobile-menu-toggler{width:40px;
Please see this. It was fixed back in 17.21.
You either didn't update the theme or experiencing cache issue (server or client side).
Submitted by AskewDread on Thu, 01/07/2016 - 16:44 Pro Licensee Comment #8
how can I clear that then? I have opened it on a IE11 browser that has never opened virtualmin before thus it has no local cache
and I have restarted webmin
what else is needed to clear the server cache for it..
the theme version says Authentic Theme 17.31
keep in mind this is not the same issue any more.. that main issue was fixed, the screenshot I added on my second to last post shows the new issue that has appeared after the upgrade
I restarted for you to my debug Windows installation to double check. For my surprise the line is there. When I was fixing mention bug, I used VirtualBox on Ubuntu to run Windows and it was fine back then. Either, I changed something, while was enrolling stick Notification Toggler option or installations run differently (which I doubt).
Anyway, I will fix it in the next release, which will be 17.40.
Meanwhile, add the following piece of code to theme's extensions (CSS part) and it will fix it for you:
_:-ms-fullscreen, :root .right-side-tabs-toggler {
max-width: 0;
}
Submitted by AskewDread on Thu, 01/07/2016 - 17:27 Pro Licensee Comment #10
that looks much better :)
thanks for that
It's fixed in 17.40.
Please upgrade.