OPNsense Forum

English Forums => 23.7 Legacy Series => Topic started by: TParker31 on October 12, 2023, 12:35:20 am

Title: 23.7.6 update - GUI issues
Post by: TParker31 on October 12, 2023, 12:35:20 am
23.7.6 - all sub menu config sections are large blocky unresponsive elements. I've tried rebooting, different browsers, clearing cache, no luck. Please advise how to correct.
Title: Re: 23.7.6 update - GUI issues
Post by: muchacha_grande on October 12, 2023, 12:38:25 am
Hi,
same problem here.
Can't select elements on selection boxes.
Title: Re: 23.7.6 update - GUI issues
Post by: newsense on October 12, 2023, 12:50:29 am
Just helped out someone in a similar situation, they were using Cicada

Vicuna seems to be working fine...


Do this or any other theme having issues -- except the one called opnsense. Adjust theme name as required.

Code: [Select]
rm -fr /usr/local/opnsense/www/themes/cicada && /usr/local/etc/rc.restart_webgui
Title: Re: 23.7.6 update - GUI issues
Post by: muchacha_grande on October 12, 2023, 01:01:50 am
Ok, I was using Cicada. Going back to OpnSense until Cicada is updated

EDIT: newsense, that worked fine. Thank you.
Title: Re: 23.7.6 update - GUI issues
Post by: newsense on October 12, 2023, 01:05:53 am
Yeah from a screenshot I've seen there's no working way of changing the theme in the GUI hence I had them do it over SSH. 
Title: Re: 23.7.6 update - GUI issues
Post by: TParker31 on October 12, 2023, 01:06:10 am
Thank you for the quick reply, figured it was a plugin.

Unfortunately cicada is by far the best theme, and should be the default IMO.

Maintainer, please update.
Title: Re: 23.7.6 update - GUI issues
Post by: newsense on October 12, 2023, 01:19:30 am
Please open an issue on Github. You can try emailing the maintainer too (Firmware - Plugins has the info)

https://github.com/opnsense/plugins (https://github.com/opnsense/plugins)
Title: Re: 23.7.6 update - GUI issues
Post by: franco on October 12, 2023, 08:55:47 am
https://github.com/opnsense/plugins/issues/3616#issuecomment-1758992074
Title: Re: 23.7.6 update - GUI issues
Post by: ProximusAl on October 12, 2023, 12:39:07 pm
Vicuna is borked on System/Configuration/History too
Title: Re: 23.7.6 update - GUI issues
Post by: franco on October 12, 2023, 12:47:10 pm
If "broken" really only means "text overlapping slightly" then that is the case for all. The dev version has that fixed with a newer version of the bootstra-select, which we haven't introduced yet for other regressions found there so it's still a work in progress.


Cheers,
Franco
Title: Re: 23.7.6 update - GUI issues
Post by: ProximusAl on October 12, 2023, 01:08:22 pm
Nah, it's broken to the point you cant delete previous history.  Let me see if i can grab a screenshot.


https://ibb.co/X4pz0M2

At the bottom of this normally you get a list of the history......not there anymore.
Title: Re: 23.7.6 update - GUI issues
Post by: franco on October 12, 2023, 01:15:05 pm
The buttons are at the top now steered by the first dropdown selection.


Cheers,
Franco
Title: Re: 23.7.6 update - GUI issues
Post by: ProximusAl on October 12, 2023, 02:14:28 pm
I see, hmmm, was better the previous way IMHO. 

I can see the delete button now, but was overlapped with text.

New way isn't as clear to me, but hey ho, I wont stand in the way of progress....
Title: Re: 23.7.6 update - GUI issues
Post by: ProximusAl on October 12, 2023, 02:15:23 pm
Forgot to say Thanks.......
Title: Re: 23.7.6 update - GUI issues
Post by: hushcoden on October 12, 2023, 09:46:56 pm
https://github.com/opnsense/plugins/issues/3616#issuecomment-1758992074
I see that's closed, but still even with the latest update to 1.34_2 I have the very same issue as described in the thread, e.g. all sub menu config sections are large blocky unresponsive elements, drop-down menu disappeared,  etc.

Is it just me ?
Title: Re: 23.7.6 update - GUI issues
Post by: newsense on October 12, 2023, 09:50:49 pm
Browser or browser caching issue perhaps ?

I just installed and the FW-Log-Live issue in the GH report is fixed
Title: Re: 23.7.6 update - GUI issues
Post by: hushcoden on October 12, 2023, 10:16:47 pm
Browser or browser caching issue perhaps ?

I just installed and the FW-Log-Live issue in the GH report is fixed
My bad, it was the browser cache, thanks  :o
Title: Re: 23.7.6 update - GUI issues
Post by: TParker31 on October 13, 2023, 12:37:46 am
https://github.com/opnsense/plugins/issues/3616#issuecomment-1758992074
I see that's closed, but still even with the latest update to 1.34_2 I have the very same issue as described in the thread, e.g. all sub menu config sections are large blocky unresponsive elements, drop-down menu disappeared,  etc.

Is it just me ?

1.34_2 resolve this issue for me.
Title: Re: 23.7.6 update - GUI issues
Post by: jjelliott on October 13, 2023, 09:58:47 pm
I see, hmmm, was better the previous way IMHO. 

I can see the delete button now, but was overlapped with text.

New way isn't as clear to me, but hey ho, I wont stand in the way of progress....

I saw the delete (trash can) button, but it doesn't delete anything.  I get the red "Remove configuration backup" popup, I click on 'yes', and nothing gets deleted.  Same result on two different boxes, with different browsers.  (I only keep 5 backups so it's easy to see if anything's been deleted.)

The text overlaps the buttons, too, making the trash can a bit tricky to hit with the mouse.  So I figure this particular change is still a bit 'work in progress'.

Update:  When I looked in the /conf/backup/ directory, the backup files actually do get deleted.  It's the drop-down list in the UI that still shows them.  If I log out and log back in, the drop down no longer shows them, so it's a browser caching issue.
Title: Re: 23.7.6 update - GUI issues
Post by: opnsenseuser on October 14, 2023, 07:24:49 am
Try this using ssh. This fixes the rest of the problem.

Code: [Select]
opnsense-patch -c plugins b276276
regards rené