edit-task
Home
Up
Delete
Task Name:
Task Description:
{"PRB:":" ON PAGE m_login - x] works on wifi, ] does NOT work on 4G, ???"}
TaskGroup ID:
Start Date:
Start Time:
Duration:
Priority:
Status:
To Do
Completed
In Process
Add Photo:
Owner ID:
Content:
use HTML
Edit Content
<h1 style="text-align: center;">FIX PROBLEM - 3798</h1> <h2>[previously]</h2> <ol> <li><strong>x] PREV - implemented changes to correct</strong><ol> <li>x] - removed <form> button</form> nested inside li</li> <li>x] bad form as per my ide</li> </ol></li> <li><strong>x] ADD 'btnOpen click function' IN doc ready call, ( < - i know what your thinking )</strong></li> <ol> <li>x] ex from desktop code works perfectly </li> </ol> <li><strong>x] btnOpen click</strong></li> <ol> <li>x] sets the value of the user selection(for sospep)</li> </ol> <li><strong>x] ADD hidden form </strong></li> <ol> <li>x] temporarily stores the value of the users selection</li> </ol> <li><strong>x] *** RECALLing ***</strong></li> <ol> <li>x] doc ready don't work in jqm,</li> <li>] use ? page init ?instead ] DOES work IF calling link has attr set (data-ajax=false),</li> <li>**] using svr side redirect to get page</li> <li>**] the FORM is getting submitted BUT the response redirect (svr side),, not happening</li> </ol> <li><strong>x] TRY 001</strong></li> <ol> <li>x] USED bind element<strong>.bind</strong>( click function)</li> </ol></ol> <h2>[currently]</h2> <ol> <li><strong>] TEST</strong></li> <ol> <li>x] ff desktop browser</li> <li>x] ie desktop browser</li> <li>] chrome desktop browser</li> <li>i] android native browser</li> <ol> <li>i] getting double login</li> <li>x] OK on wifi</li> <li>x] OK on 4G</li> </ol> <li>] android maxthon browser</li> <ol> <li>] getting double login effect</li> <li>x] OK on wifi</li> <li>] NOT on 4g</li> <li>] remove changepage, just submit() form in btn click</li> </ol></ol> <li><strong>] TRY</strong></li> <ol> <li>] redirect on svr</li> </ol> <li><strong>] TRY</strong></li> <ol> <li>] removed "data-ajax=false" ON form in m_login</li> <li>] TEST = PASS</li> <li>x] ff desktop , x] android max ] android native ] ios</li> <li>] FAIL ie </li> </ol></ol> <h2>[next]</h2> <ol> <li>]</li> </ol> <p> </p> <pre style="background: white; color: black; font-family: Consolas; font-size: 10pt;"><span style="color: #46830d;">/* </span></pre> <pre style="background: white; color: black; font-family: Consolas; font-size: 10pt;"><span style="color: #46830d;">$(document).ready(function (){ $(".btnOpen").click(function () { </span></pre> <pre style="background: white; color: black; font-family: Consolas; font-size: 10pt;"><span style="color: #46830d;">alert("hello"); /* </span></pre> <pre style="background: white; color: black; font-family: Consolas; font-size: 10pt;"><span style="color: #46830d;">// $.post("index.cshtml"); </span></pre> <pre style="background: white; color: black; font-family: Consolas; font-size: 10pt;"><span style="color: #46830d;">$("#sName").val($(this).attr("id")); </span></pre> <pre style="background: white; color: black; font-family: Consolas; font-size: 10pt;"><span style="color: #46830d;">// alert("hello"); </span></pre> <pre style="background: white; color: black; font-family: Consolas; font-size: 10pt;"><span style="color: #46830d;">$("#f1").serialize(); </span></pre> <pre style="background: white; color: black; font-family: Consolas; font-size: 10pt;"><span style="color: #46830d;">$("#f1").submit(); </span></pre> <pre style="background: white; color: black; font-family: Consolas; font-size: 10pt;"><span style="color: #46830d;">// $.post("m_open_sospep.cshtml"); </span></pre> <pre style="background: white; color: black; font-family: Consolas; font-size: 10pt;"><span style="color: #46830d;">// $.mobile.changePage("../view/m_index/"); * / }); </span></pre> <pre style="background: white; color: black; font-family: Consolas; font-size: 10pt;"><span style="color: #46830d;">}); </span></pre> <pre style="background: white; color: black; font-family: Consolas; font-size: 10pt;"><span style="color: #46830d;">*/</span></pre> <p> </p>