Bug #5310
closedWizard error page not correctly formatted
100%
Description
I entered a wrong hostname in the configuration wizard and the attached error message appears.
The error is not bootstrap formatted. Also there's a Close button taking to nowhere.
Other than that, pressing back causes the browser to ask confirmation to re-POST page.
Files
Updated by Anonymous about 9 years ago
- Status changed from New to Assigned
- Assignee set to Anonymous
Updated by Anonymous about 9 years ago
- Status changed from Assigned to Feedback
- Assignee changed from Anonymous to Lorenzo Milesi
Required page header and footer added to the error messages in setup_wizard.xml
"Back" button behavior is under review.
Thanks for finding this !
Updated by Anonymous about 9 years ago
- % Done changed from 0 to 100
Applied in changeset pfsense:0342d2548a0a9cc7c3267b39e20b2c2d49050e5c.
Updated by Anonymous about 9 years ago
wizard.php updated to generate correct jquery action handlers
dedicated wizard and include file updated to correct double "Next" buttons and other display issues.
Still need to update the multi wizard
Updated by Anonymous about 9 years ago
traffic_shaper_wizard_multi_all* updated and tested for correct operation/appearance
Updated by Lorenzo Milesi about 9 years ago
Error page seems now ok, but doing the same (that is entering a dot in the hostname field) results in a nonsense javascript alert.
I started the wizard from the already configured pfSense I used when I opened the issue (after updating, of course).
Updated by Anonymous about 9 years ago
Thanks. The Javascript alert was caused by an error I made in escaping the validation strings. Now corrected.