#9419 closed defect (fixed)
XmlStore.hasAttribute and XmlStore.getValue don't work right for XML attributes
Reported by: | Mignon Belongie | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Data | Version: | 1.3.0 |
Keywords: | XmlStore hasAttribute getValue | Cc: | |
Blocked By: | Blocking: |
Change History (4)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Okay, after reading around on behavior of getAttribute, this should be fixable. I introduced a new test for it, and patched the getValue function.
Tested on: IE 7, IE6, FF2, Safari 3.2.3, and Google Chrome fine.
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 12 years ago by
Milestone: | tbd → 1.4 |
---|
Note: See
TracTickets for help on using
tickets.
I believe null is a valid attribute value and XML documents I think always return null, even for unset attributes. I'll look at it, but not sure it's fixable.