After upgrade to 4.2.4 the Rule GUI is not behaving as expected.
A few Select menus with event listeners are not modifying output as expected. The biggest issue is that the Gateway select menu under Rules (Advanced) is always blank
The Select menu looks like this:
<select class="form-control" name="gateway" id="gateway">
</select>
Instead of this:
<select class="form-control" name="gateway" id="gateway">
<option value="">Default</option>
<option value="AlternateISPGateway">Alternate ISP Gateway</option>
<option value="ISPGateway">Default ISP Gateway</option>
<option value="MobileGateway">Failover Mobile Gateway</option>
</select>
There are other minor annoyances such as Advanced span not defaulting to hidden and Port selection boxes always showing as disabled.
I have tried other themes/CSS, browsers, OS platform. Seems to be tied to PFsense and not browser.
Any one else? Any help?