[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.
Comments
- Thomas Huelbert 2011-04-15
this affects android as well
- Thomas Huelbert 2011-04-15
not seen on android, ignore my comment above (1.5.0 RC2)
- Jeff Haynie 2011-04-15
(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...
- Jeff Haynie 2011-04-15
- Blain Hamon 2011-04-15
Why did I update the wrong bug? The fix in 1.6.0 and 1.5.1 is actually in here.
- Thomas Huelbert 2011-04-15
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