Hello,
I am trying to upgrade our site from version 7.3 to version 10.3 of ASP.NET controls and from ASP.NET 2.0 to ASP.NET 4.0. We are using Infragistics4.WebUI.UltraWebNavigator.v10.3, Version=10.3.20103.1013, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb for the primary top navigation of our site.
Upgrade utility worked great and we were able to compile without any errors. However, navigation does not work correctly in IE9 and Firefox 4.
To navigate site, we have horizontal tabs and every tab has a drop down list of additional links.
In IE 9, drop down menus for every tab show the same list of links (links that are associated with first tab)
In Firefox 4.0, drop down menus do not work at all.
Does UltraWebNavigator supposed to work with IE9 and Firefox 4? Primary reason for upgrading our existing site is to make sure we can support never browsers.
Thank you
Hi,
if you use the latest service relase 2134 it works with IE 9 and FF 4. But in FF 5, released this week, and in Chrome 12.0.742.100 it doesn't work.
In the source code there is a bugfix for FF 4, but not for FF 5 oder greater:
-- snipp
// K.D. April 1st, 2011 Bug #70498 Adding a check for firefox 4.0 because otherwise it defaults // to the wrong function if (ig_csom.IsMac || ig_csom.IsFireFox40 || (eContainer.style.filter == null)) {
--snapp
In Chrome the menu appears and disappers immediatly. There is no chance to click on a menu item.
Hi
I have same problem
I am using UltraWebNavigator.v10.3 & it is not working with FF 4 & FF 5.
But it is working with FF 3.6.18