Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
UltraWebListBar
posted

I am using WebListBar v9.2 with ViewType="ExplorerBar" to display a left-hand menu.

The menu is displaying correctly in IE and FireFox, but in Chrome, it's just text with no links on mouseover.  The GroupText and ItemText are displayed, but the mouseover link are not there.

In IE and Firefox, I see two WebResource files

<script src="/MoveTrackPortal/WebResource.axd?d=vifuZ0mt44NcHCtSIvaskcVLH8gHGYFT0naPgzPgs9FJufyCHqFdKyrePz9GWBOap5l_VA-2Ou9ptiPGx-BVgv7SYpNaIkYQYdFchehbkWs1&amp;t=634196754120000000" type="text/javascript"></script>
<script src="/MoveTrackPortal/WebResource.axd?d=vifuZ0mt44NcHCtSIvaskWuJQVWvLxB6I6tIQA5UEd2PIyfXcNe-EHyh9jwQoB7Pvs7iY9e21P_KWcwkihyMXzz7dKJwnGZm9Hs5hX3TTASZ3YbFpUXzxsvQdAvcL-ZFPFb_hkRXWfYvRIraaDO3rg2&amp;t=634196754120000000" type="text/javascript"></script>

But in Chromse, just one

<script src="/MoveTrackPortal/WebResource.axd?d=vifuZ0mt44NcHCtSIvaskWuJQVWvLxB6I6tIQA5UEd2PIyfXcNe-EHyh9jwQoB7Pvs7iY9e21P_KWcwkihyMXzz7dKJwnGZm9Hs5hX3TTATsoGZP17lQnyGeQqr9_qbIgsTKaSPeVKpfrJqcgM5o1g2&amp;t=634196754120000000" type="text/javascript"></script>

Parents
  • 3726
    posted

    Hi there,

    UltraWebListBar control is part of the classic controls suite of Infragistics. These controls have official support only for IE and Firefox browsers. We do not have support for browsers like Chrome. Although those controls will not be shipped anymore, we will continue to provide support for them by releasing monthly service releases.

    My advice is to migrate using the new Aikido controls suite. In this case you need to use WebExplorerBar control. Take a look at samples.infragistics.com and explore this control.

    Thanks,

    Lubomir

    ASP.NET Team Lead

Reply Children