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.
Activity
Steve Maryka
created issue -
Steve Maryka
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | buttonProblem.lidpcap [ 13840 ] |
Steve Maryka
made changes -
Assignee | Steve Maryka [ steve.maryka ] | Ted Goddard [ ted.goddard ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26789 | Thu Dec 08 12:36:16 MST 2011 | ted.goddard | discard user events received during form submission ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/client/android/container/assets/icefaces/native-interface.js
|
Ted Goddard
made changes -
Assignee | Ted Goddard [ ted.goddard ] | Steve Maryka [ steve.maryka ] |
Migration
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Migration
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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.