Wednesday 28 November 2012

Using the 2012 MDS Web application with Chrome

Problem

MDS Menu items get lost behind the silverlight control on the page when trying to view entities

Issue

This is because of the z-index for the silverlight control compared to the menu items is not layered correctly

Resolution

  1. Browse to C:\Program Files\Microsoft SQL Server\110\Master Data Services\WebApplication\Explorer\ or equivalent
  2. Update AttributeSL.aspx and ExplorerHierarchySL.aspx to have this parameter
    <param name="Windowless" value="true" />