Project

General

Profile

Actions

Bug #5415

closed

pfSense attempts to display aliases on mouse over, which hangs the UI if there are significant numbers of IP addresses

Added by Andrew - over 8 years ago. Updated about 8 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Web Interface
Target version:
-
Start date:
11/11/2015
Due date:
% Done:

0%

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

Description

Hi

If you hover over an alias on e.g. the dashboard within pfSense, pfSense attempts to display the IP addresses in the alias. That's fine for small numbers of IPs but if it's (say) a pfBlockerNG alias with 100,000s of IP addresses, it will hang the browser, presumably because there's a script that's trying to enumerate all the IPs to display them. Because the UI attempts to display the alias listing immediately on mouse over, you have to be very careful to steer around any aliases on the screen, otherwise it hangs the browser and you have to force close the browser and start again.

Suggested fixes:

• either put a delay in the mouse over before attempting to display - e.g. you have to hover the mouse for 2-3 seconds before it attempts to display the IPs; or
• truncate the display of IP addresses to (say) 50. More than that probably won't fit on the screen anyway.

Thanks.

Actions

Also available in: Atom PDF