ClearOS Bug Tracker


View Revisions: Issue #2197 All Revisions ] Back to Issue ]
Summary 0002197: Network mode is not set in the install wizard
Revision 2015-05-08 13:06 by user2
Description Chrome does not handle this scenario. In HTML, we have:

    <a href='xyz'>Next</a>

And then in Javascript, we hijack the href to submit a form:

       if ($(location).attr('href').match('.*\/hostname') != null)
            $('form#hostname_form').submit();

Firefox is okay with this, but Chrome does not submit the form without a return statement (with further trickery required).
Revision 2015-02-06 04:07 by user2
Description See subject