Regression #15439
closedIncorrect icon on collapsed dashboard widgets
100%
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
Updated by Jim Pingle 7 months ago
- 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
Updated by Jim Pingle 7 months ago
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.
Updated by Danilo Zrenjanin 6 months ago
- 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
Updated by Jim Pingle 6 months ago
- Plus Target Version changed from 24.07 to 24.08
Updated by Kris Phillips 4 months ago
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.
Updated by Marcos M 4 months ago
- Status changed from In Progress to Feedback
- % Done changed from 0 to 100
Applied in changeset 6bc4f43497c6d6262f5ac0f386444222325fdf71.
Updated by dylan mendez 4 months ago
Can confirm patch fixes the issue on 24.08 devel.
Updated by Jim Pingle 4 months ago
- File clipboard-202407290856-0pzka.png clipboard-202407290856-0pzka.png added
- Status changed from Feedback to Resolved
Looks good on the latest snapshot
Updated by Jim Pingle about 1 month ago
- Plus Target Version changed from 24.08 to 24.11