Regression #15439
closed
Incorrect icon on collapsed dashboard widgets
Added by Steve Wheeler 7 months ago.
Updated about 1 month ago.
Plus Target Version:
24.11
Affected Architecture:
All
Description
A collapsed widget on the dashboard shows the '+' icon where the wrench icon should be.
This is a regression since 23.09.1
Files
- Project changed from pfSense Plus to pfSense
- Category changed from Dashboard to Dashboard
- Target version changed from 24.11 to 2.8.0
- Affected Plus Version deleted (
24.03)
- Plus Target Version set to 24.07
In source:src/usr/local/www/js/pfSenseHelpers.js#L486 the code that handles collapse/expand is adding/removing the fa-plus-circle/fa-minus-circle class and on the old Font Awesome setup it ignored the second one and used the first icon (the wrench) in all cases, but now for whatever reason it's ignoring the first one and using the last one but only in the collapsed state. The HTML/CSS involved here appears to be identical in both cases but the way Font Awesome behaves is not. So it's not a quick/easy fix as we hoped.
- Status changed from New to Confirmed
I can confirm this on:
24.03-RELEASE (amd64)
built on Wed Apr 24 17:38:00 UTC 2024
FreeBSD 15.0-CURRENT
- Plus Target Version changed from 24.07 to 24.08
Tested on
24.08-DEVELOPMENT (amd64)
built on Thu Jul 18 6:00:00 UTC 2024
FreeBSD 15.0-CURRENT
Still present on the dev snapshots.
- Status changed from Confirmed to In Progress
- Assignee set to Marcos M
- Affected Version set to 2.7.2
- Status changed from In Progress to Feedback
- % Done changed from 0 to 100
Can confirm patch fixes the issue on 24.08 devel.
Looks good on the latest snapshot
- Plus Target Version changed from 24.08 to 24.11
Also available in: Atom
PDF