docusign / docusign-soap-sdk

Wraps the DocuSign eSignature SOAP API in 5 different languages: Java, C#, PHP, Ruby, Salesforce (Apex)
http://docusign.com/devcenter
MIT License
89 stars 122 forks source link

Only first recipient status expands in .net sample's "Get Status and Docs" #34

Closed ds-jk closed 13 years ago

ds-jk commented 13 years ago

When looking at the "Get Status and Docs" tab each envelope can be expanded to show recipient information. Using Firefox 4, when clicking the "+" to expand or collapse the second or later recipient only the first recipient is expanded/collapsed.

ds-jk commented 13 years ago

Looking closer I think this is caused by having two recipients with the same email address. The recipient status div's id is formatted "_DetailRecipient" so there isn't any uniqueness in that case. I'll change it to use more information plus an incrementing index.

ds-jk commented 13 years ago

Fixed in 377496cdfe4a940bb62958a53d2ff99480002bf8.