[TIMOB-2450] iOS: Xml properties final values change unexpectedly
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:59:09.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Backlog |
Components | iOS |
Labels | ios, properties, regression, xml |
Reporter | Thomas Huelbert |
Assignee | Blain Hamon |
Created | 2011-04-15T03:20:11.000+0000 |
Updated | 2011-04-17T01:59:09.000+0000 |
Description
- platform > XHR > XML Properties
2.watch on screen values (wait a bit for them to finalize, the expected results appear and are then replaced by)
results:
status -1
connected 0
readyState 4
respsonseText null
responseData null
connectionType null
location null
expected : as of 1.4.2 this reported back
status 200
connected 0
readyState 4
respsonseText null
responseData [object TiBlob]
connectionType Get
location http://path to pdf
regression, not sure in which build this broke/changed.
this affects android as well
not seen on android, ignore my comment above (1.5.0 RC2)
(from [188468e7961a2d340d154cc20e2f682718d3af49]) [#2450 state:fixed-in-qa] Responses are now maintained until the next 'send' request. https://github.com/appcelerator/titanium_mobile/commit/188468e7961a2d340d154cc20e2f682718d3af49"> https://github.com/appcelerator/titanium_mobile/commit/188468e7961a...
(from [bbe327a539cd607454d3951332b34c23622184fd]) [#2450] Hotfix for 1.5.0/1.5.1. https://github.com/appcelerator/titanium_mobile/commit/bbe327a539cd607454d3951332b34c23622184fd"> https://github.com/appcelerator/titanium_mobile/commit/bbe327a539cd...
Why did I update the wrong bug? The fix in 1.6.0 and 1.5.1 is actually in here.
behavior is now the same as 1.4.2
ipod touch 4GT 4.2.1, ipad 3.2.2, iphone 3g 3.1.3.
1.5.1.1 a59cc3