ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002197ClearOSapp-network - Network Settingspublic2015-02-06 04:072015-05-08 18:58
Reporteruser2 
Assigned Touser2 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version7.1.0 Beta 1Fixed in Version7.1.0 Beta 1 
Summary0002197: Network mode is not set in the install wizard
DescriptionChrome 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).
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2015-02-06 04:07 user2 New Issue
2015-02-06 04:12 user2 Status new => resolved
2015-02-06 04:12 user2 Fixed in Version => 7.1.0 Beta 1
2015-02-06 04:12 user2 Resolution open => fixed
2015-02-06 04:12 user2 Assigned To => user2
2015-04-29 15:22 user2 Status resolved => confirmed
2015-05-08 13:06 user2 Description Updated View Revisions
2015-05-08 14:05 user2 Status confirmed => resolved
2015-05-08 18:58 user2 Status resolved => closed