mbrimble / biztalkdocumenter

Microsoft Public License
13 stars 9 forks source link

BizTalk Documenter - Click through in Orchestration Process Overview not working #12

Open Dijkgraaf opened 7 years ago

Dijkgraaf commented 7 years ago

Many shapes in the Orchestration Process Overview should be clickable and take you to the correct code in Code Elements

Possible regression from this issue in BizTalk 2006 Documenter https://biztalkdocumenter.codeplex.com/workitem/2829 & https://biztalkom.codeplex.com/workitem/805

"Hotspots" (hover areas and tooltips) are not working in the Orchestration Process Flow pages. No "area" tags are being generated for the hotspots.

The reason for this is the fact that the hotspots are created in XSLT based on a ShapeMap tag in the serialized Microsoft.Sdc.BizTalkOM.Orchestration object. That ShapeMap tag is never generated because the Microsoft.Sdc.BizTalkOM.Orchestration.ShapeMap property has an [XmlIgnore] attribute set on it.