OPNsense Forum

Archive => 15.1 Legacy Series => Topic started by: philamonster on May 15, 2015, 09:43:56 pm

Title: [SOLVED] Cannot add widget to dashboard 15.1.10.2
Post 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.
Title: Re: Cannot add widget to dashboard 15.1.10.2
Post by: franco on May 15, 2015, 10:45:10 pm
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.
Title: Re: Cannot add widget to dashboard 15.1.10.2
Post by: philamonster on May 16, 2015, 01:16:36 pm
Thanks for the update.
Title: Re: Cannot add widget to dashboard 15.1.10.2
Post by: reep on May 18, 2015, 03:12:48 pm
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 {

Title: Re: Cannot add widget to dashboard 15.1.10.2
Post by: franco on May 18, 2015, 04:13:41 pm
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.
Title: Re: [SOLVED] Cannot add widget to dashboard 15.1.10.2
Post by: philamonster on May 27, 2015, 12:45:05 pm
This issue is still present with 15.1.11.1.

EDIT: False alarm. A restart of Fx and it works. Safari also working. Thanks!
Title: Re: [SOLVED] Cannot add widget to dashboard 15.1.10.2
Post by: Aergan on May 28, 2015, 12:45:26 am
Working for me now as well, many thanks