Bug #5057
closeddiag_logs_settings.php show/hide fields issue
Description
Browse to diag_logs_settings.php where you have syslog enabled.
Uncheck "Send log messages to remote syslog server". The fields beneath that do something (kind of blinks), but are still shown.
Re-check "Send log messages to remote syslog server", and it hides all the fields as if that box were un-checked. Uncheck it, and the fields are shown again. The behavior is opposite what it should be when you load the page with that option enabled.
Updated by Jim Pingle almost 10 years ago
Same here... after saving with remote syslog enabled it behaves as described.
Quick recording of it flipping:
Updated by Anonymous almost 10 years ago
This is exactly the problem with using the toggle() method and why I am trying to eliminate it now that we are not a slave to the Hortensius fork. It loses track of whether things are hidden or not, and then starts working backwards.
Updated by Anonymous almost 10 years ago
- Status changed from Confirmed to Feedback
- Assignee changed from Anonymous to Chris Buechler
Toggles() converted to jQuery for control
Updated by Anonymous almost 10 years ago
- % Done changed from 0 to 100
Applied in changeset pfsense:3605c41bd4abd3c95ed93895266d68d0daccb551.
Updated by Jim Pingle almost 10 years ago
- Status changed from Feedback to Resolved
Works correctly now, thanks!