Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-2450] iOS: Xml properties final values change unexpectedly

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:59:09.000+0000
Affected Version/sn/a
Fix Version/sBacklog
ComponentsiOS
Labelsios, properties, regression, xml
ReporterThomas Huelbert
AssigneeBlain Hamon
Created2011-04-15T03:20:11.000+0000
Updated2011-04-17T01:59:09.000+0000

Description

  1. 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

  1. Thomas Huelbert 2011-04-15

    this affects android as well

  2. Thomas Huelbert 2011-04-15

    not seen on android, ignore my comment above (1.5.0 RC2)

  3. 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...

  4. Jeff Haynie 2011-04-15

    (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...

  5. 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.

  6. 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

JSON Source