Project

General

Profile

Actions

Bug #10846

closed

Icon area within buttons are not clickable

Added by Marcos M over 3 years ago. Updated over 3 years ago.

Status:
Resolved
Priority:
Very Low
Category:
Web Interface
Target version:
Start date:
08/21/2020
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:

Description

The embedded icon section of buttons are not clickable. See attached for reference.

This seems to only affect the delete buttons within "Firewall / Schedules / Edit", though I'm unsure why.

Adding the following CSS to .icon-embed-btn in pfSense.css fixes it:
pointer-events: none;

Though this fix would affect every part of the web interface, I did not find the bug anywhere else. However, I also did not find any mention of .icon-embed-btn where a pointer-event was used or needed. The pointer events always occurred on the parent of the element (e.g. <a> and <button> elements).


Files

icon.png (8.93 KB) icon.png Marcos M, 08/21/2020 03:32 PM
Actions

Also available in: Atom PDF