Ticket #883 (new task)
Opened 12 months ago
Infocard not supported in XHTML
| Reported by: | glguy | Owned by: | ahodgkinson |
|---|---|---|---|
| Priority: | task 3 | Milestone: | |
| Component: | DigitalMe: Firefox XPI | Version: | 1.0 |
| Keywords: | Cc: | ||
| Blocking: | Blocked By: |
Description
The DigitalMe Firefox plug-in does not detect information card form elements on pages served as application/xhtml+xml.
It appears to incorrectly look for "IC:INFORMATIONCARD" elements with the getElementsByTagName method.
The correct behavior would be to find these elements with document.getElementsByTagNameNS("http://schemas.xmlsoap.org/ws/2005/05/identity", "informationCard")
Note: See
TracTickets for help on using
tickets.