Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.0 Beta
-
Fix Version/s: 1.0 Final
-
Component/s: None
-
Labels:None
-
Environment:ICEmobile/Android
Description
In mobile showcase button example, if you keep hitting buttons, eventually they stop responding.
This issue is reproducible in a local environment, but you have to hit the buttons faster than is required on labs deployment. After a couple valid responses like...
<?xml version='1.0' encoding='UTF-8'?>
<partial-response><changes><update id="j_idt10:body-wrapper:j_idt281:j_idt283:_t312"><Unable to render embedded object: File (body-wrapper:j_idt281:j_idt283:_t312">attention</span>]]></update><update id="javax.faces.ViewState"><) not found.[CDATA[5681233806425999691:-3710932825177652111]]></update></changes></partial-response>
The responses carry no changes, like...
<?xml version='1.0' encoding='UTF-8'?>
<partial-response><changes><update id="javax.faces.ViewState"><![CDATA[5681233806425999691:-3710932825177652111]]></update></changes></partial-response>
I have attached a wireshark capture with all the details. The first 2 responses are valid, and the rest are not.