Bug with new Theme in IE11

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

Ilia's picture
Submitted by Ilia on Thu, 01/07/2016 - 15:29

Hi,

It's fixed in version 17.31. Please upgrade.

is this new version in the apt mirror? I have done an apt-get update but the new versions not showing yet

Ilia's picture
Submitted by Ilia on Thu, 01/07/2016 - 16:10

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.

thanks for that..... I have updated that and while it is better there is still a grey line left over.... see attached

Ilia's picture
Submitted by Ilia on Thu, 01/07/2016 - 16:18

Two possible solutions.

  1. Stuck browser's cache. Clear it in your IE
  2. Server's stuck cache. Reload Webmin.

Do you see on System Information page, Authentic Theme version 17.31?

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;

Ilia's picture
Submitted by Ilia on Thu, 01/07/2016 - 16:36

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).

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

Ilia's picture
Submitted by Ilia on Thu, 01/07/2016 - 17:11

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;
}

that looks much better :)

thanks for that

Ilia's picture
Submitted by Ilia on Sun, 01/10/2016 - 16:20

It's fixed in 17.40.

Please upgrade.

Ilia's picture
Submitted by Ilia on Fri, 02/19/2016 - 01:23

Assigned: Unassigned »
Status: Active » Closed (fixed)