Project

General

Profile

Actions

Regression #15439

open

Incorrect icon on collapsed dashboard widgets

Added by Steve Wheeler 10 days ago. Updated 10 days ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Dashboard
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
24.07
Release Notes:
Default
Affected Version:
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

Actions #1

Updated by Jim Pingle 10 days ago

  • Project changed from pfSense Plus to pfSense
  • Category changed from Dashboard to Dashboard
  • Target version changed from 24.07 to 2.8.0
  • Affected Plus Version deleted (24.03)
  • Plus Target Version set to 24.07
Actions #2

Updated by Jim Pingle 10 days 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.

Actions

Also available in: Atom PDF