fbille
19 Jun 2011, 10:00 PM
Sencha Touch version tested:
1.1.0
Platform tested against:
Android 2.3.3 on HTC Incredible S
(Debugged in Google Chrome 12.0.742.100)
Description:
When the connection timeout kicks in, there is an error because the request variable is not defined.
Steps to reproduce the problem:
Setup a Ajax proxy (use a lower timeout so it shows quicker)
Make the connection to the server hang (f.ex. using DummyNet)
When the timeout occurs, observe that an error is thrown because the request variable is not defined.
Possible fix:
I changed line 265 in data/Connection.js to say "var request", and that solved it.
1.1.0
Platform tested against:
Android 2.3.3 on HTC Incredible S
(Debugged in Google Chrome 12.0.742.100)
Description:
When the connection timeout kicks in, there is an error because the request variable is not defined.
Steps to reproduce the problem:
Setup a Ajax proxy (use a lower timeout so it shows quicker)
Make the connection to the server hang (f.ex. using DummyNet)
When the timeout occurs, observe that an error is thrown because the request variable is not defined.
Possible fix:
I changed line 265 in data/Connection.js to say "var request", and that solved it.