Opened 12 years ago
Closed 12 years ago
#8659 closed defect (fixed)
1.3BETA: dojox.atom.model does not populate Author, contributor tags right.
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Data | Version: | 1.3.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
1.3BETA: dojox.atom.model does not populate Author, contributor tags right.
This is caused by an error in the accepts logic, which causes it to skip processing child nodes for all 'Person' style tags (author, contributor, etc).
The bug was found when doing AppStore? docs on dojocampus.
Attachments (1)
Change History (4)
Changed 12 years ago by
Attachment: | dojoxAtomAuthorParse.patch added |
---|
comment:1 Changed 12 years ago by
Component: | General → DojoX Data |
---|---|
Owner: | changed from anonymous to Jared Jurkiewicz |
comment:2 Changed 12 years ago by
Status: | new → assigned |
---|
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Patch for the parser issue.