Bug #5045
closed
advanced fields not expanded automatically where such options are configured
Added by Chris Buechler about 9 years ago.
Updated almost 9 years ago.
Description
quoting from Phil Davis in #5027:
The old code checked if any of the advanced fields were set to non-default values.
If all advanced fields are at their default values then the Advanced button is shown on page load,
otherwise all the fields are shown (so the user can immediately see that they have specified some non-default Advanced setting).
Code around here did it:
https://github.com/pfsense/pfsense/blob/RELENG_2_2/usr/local/www/system_gateways_edit.php#L750
This applies in most of the other places were and Advanced button hides a group of advanced fields.
Files
- Assignee set to Anonymous
Not all of the pages that sport "Advanced" buttons require this behavior. Looking through the 2.2.x codebase it looks like these are the pages that do. They are now ready for testing.
- src/usr/local/www/services_dhcp.php
- src/usr/local/www/firewall_rules_edit.php
- src/usr/local/www/services_unbound.php
- src/usr/local/www/system_gateways_edit.php
- Status changed from Confirmed to Feedback
- Assignee changed from Anonymous to Chris Buechler
- % Done changed from 0 to 100
- Project changed from Bootstrap to pfSense
Field descriptions can get lost. For example:
1) DHCP Server, click the Advanced box for NTP Servers.
2) Enter some NTP server address - e.g. 10.49.208.250 in the attached screen shot.
3) Save
4) Go away and come back to the page
The NTP server boxes are correctly displayed. But the Advanced box is not displayed at all. That includes the text in the left column that says "NTP Servers". So it is no longer obvious to the user what the fields actually are - they are just some IP addresses.
What is the best UI design here?
We could:
a) make sure that every individual field has some good description in the left-hand column - then if the row with the Advanced button goes away the user is not lost; or
b) make the row with the Advanced button be shown at all times - including on first page rendering even when the advanced fields need to be already expanded; or
c) ???
- Category set to Web Interface
- Status changed from Feedback to Resolved
- Target version set to 2.3
- Affected Version set to 2.3
I believe we covered all these where they did so on 2.2.x.
Also available in: Atom
PDF