Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-404] Implement attributes property on documentElement

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:52:56.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.5.0
ComponentsiOS
Labelsn/a
ReporterNolan Wright
AssigneeJeff Haynie
Created2011-04-15T02:28:46.000+0000
Updated2011-04-17T01:52:56.000+0000

Description

Mashups => SOAP (soap.js)

Comments

  1. Blain Hamon 2011-04-15

    I'm not sure what, exactly, this means. The SOAP example works, but never mentions attributes. Putting to the next milestone in the mean time.

  2. Stephen Tramer 2011-04-15

    Looks like 'attribute' isn't valid on Document nodes, but is everywhere else.

  3. Stephen Tramer 2011-04-15

    Added test for:

    xml.documentElement.attributes.getNamedItem('attribute').nodeValue.

    Bug is fixed, which is no surprise because it's ancient.

  4. Jeff Haynie 2011-04-15

    (from [667109df0cdb46effd21e5d498ef56ccf45c6856]) [#404] Updated XML DOM test to test for xml.documentElements.attributes property. https://github.com/appcelerator/titanium_mobile/commit/667109df0cdb46effd21e5d498ef56ccf45c6856"> https://github.com/appcelerator/titanium_mobile/commit/667109df0cdb...

  5. Blain Hamon 2011-04-15

    No errors reported from the mashup.

JSON Source