I am pretty sure it is a bootstrap site , it sure looks like it. I am not sure what you are talking about when you say bootstrap registry? It looks liek there is also angular js used. This is the elemnt that is giving me trouble:
<a class="dropdown-toggle dropdown-toggle-secondary ng-binding ng-scope" aria-expanded="true" style="background-color: blue;" href="" ng-click="navbarService.toggleDropdown(navItem.name)" data-toggle="dropdown" ng-if="navItem.isDropdown" ng-mouseenter="navLeftService.getDropdownData(navItem.id)"> Claims </a>
it is the "ng-mouseenter" that is the problem i think. If i send a click to it the dropdown just spins and doesnt populate, but If I manually move the mosue over the area it will instantly populate. I think it is an issue of firing the ng-mouseenter. doing Web1,Selected.FireEvent("OnMouseEnter") doesnt work.