ClearFoundation Tracker - ClearOS
View Issue Details
0002197ClearOSapp-network - Network Settingspublic2015-02-06 04:072015-05-08 18:58
user2 
user2 
normalminorhave not tried
closedfixed 
 
7.1.0 Beta 17.1.0 Beta 1 
0002197: Network mode is not set in the install wizard
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).
No tags attached.
Issue History
2015-02-06 04:07user2New Issue
2015-02-06 04:12user2Statusnew => resolved
2015-02-06 04:12user2Fixed in Version => 7.1.0 Beta 1
2015-02-06 04:12user2Resolutionopen => fixed
2015-02-06 04:12user2Assigned To => user2
2015-04-29 15:22user2Statusresolved => confirmed
2015-05-08 13:06user2Description Updatedbug_revision_view_page.php?rev_id=191#r191
2015-05-08 14:05user2Statusconfirmed => resolved
2015-05-08 18:58user2Statusresolved => closed

There are no notes attached to this issue.