OPNsense Forum
Archive => 15.1 Legacy Series => Topic started by: philamonster on May 15, 2015, 09:43:56 pm
-
OPNsense 15.1.10.2-amd64
FreeBSD 10.1-RELEASE-p9
OpenSSL 1.0.1m 19 Mar 2015
After upgrading from 15.1.10.1 to 15.1.10.2 I can no longer add widgets to dashboard. I am presented with the dialog to select widgets but the whole screen is greyed out as opposed to just the background being greyed out, as seen here:
https://wiki.opnsense.org/index.php/File:0012-widget_menu.png
I have attached what I see. I have tried on Windows & OSX in IE, Safari & FF.
-
bug tracker issue: https://github.com/opnsense/core/issues/180
no fix in the git yet, but will be part of 15.1.10.3 or 15.1.11 whichever comes first.
-
Thanks for the update.
-
Just posted a potential fix on github.
something vaguely like this :
/usr/local/www/themes/opnsense/build/css/main.css
diff -ruN main.css.old main.css
--- main.css.old 2015-05-18 14:45:50.000000000 +0200
+++ main.css 2015-05-18 14:43:33.000000000 +0200
@@ -4810,7 +4810,8 @@
.modal-dialog {
position: relative;
width: auto;
- margin: 62px 10px 10px 10px;
+ margin: 62px 10px 10px 10px;
+ z-index:10000;
}
.modal-content {
-
Thanks John, the fix has been added via https://github.com/opnsense/core/commit/8c43a733bfd124936254f2a9b39a3590aa075b00 (needed to go into the scss file as well to stay permanent)
Will ship this with tomorrow's 15.1.11.
-
This issue is still present with 15.1.11.1.
EDIT: False alarm. A restart of Fx and it works. Safari also working. Thanks!
-
Working for me now as well, many thanks