Threaded View
-
15 Dec 2011 2:18 AM #1
Forms are not correctly submitted in Chrome 16
Forms are not correctly submitted in Chrome 16
Sencha Touch version tested:
- 1.1.1
Platform tested against:- Chrome 16.0.912.63 m
Description:- Since the update of Chrome to version 16, forms are not correctly submitted. The method is forced to "GET" and no fields are sended.
Test Case:
See this URL : http://dev.sencha.com/deploy/touch/examples/forms/
Steps to reproduce the problem:- Go to http://dev.sencha.com/deploy/touch/examples/forms/
- Click "Save"
- Watch Requests in developper tools
The result that was expected:
- Request method: POST
- Request params: Code:
name: password: email: url: cool: spinner:0 rank:master secret:false bio: height:0 enable:0 team: color:green number: email2: url2: options:1 single_text: single_toggle:1 single_slider:60
The result that occurs instead:- Request method: GET
- Request params: Code:
_dc:1323942902308
Screenshot:- Chrome 16 developper tools (with bug)
- Safari developper tools (without bug)
Debugging already done:- none
Possible fix:- not provided
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote