Hi people, I´m using a UltraWebMenu on my site. I set up the webmenutarget propery on verticalmenu or popumenu but the popups does not work on opera, safari, and chrome... woks on IE7 and Firefox.
This is a bug ?
WebMenu is not currently supported for use with Opera, Safari, or Chrome.
The same is true for most of our ASP.NET controls. The ones built on the Aikido framework are an exception, since they were built with Safari compatibility in mind, though they are not currently supported with Opera. Chrome is too new of a browser for me to be able to comment at this point.
We are working on providing broader browser support with our ASP.NET controls, especially as we roll out new controls built on the Aikido framework.
For our ASP.NET controls (including our Aikido controls), you can find a list of what environments (including browsers) we support on the Supported Environments page of our website. Since our Aikido controls are supported in a different set of environments, their supported environments are listed on the page separately from the rest of the ASP.NET controls.
Is this true for webcombo also?
Here is the error only Safari users get after making a selection in the list (which goes OK) and after pressing the submit button. In fact pressing any button or control that initiates a postback causes this problem. Below the error message I have copied the version information.
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
[IndexOutOfRangeException: Index was outside the bounds of the array.] Infragistics.WebUI.WebCombo.WebCombo.LoadPostData(String postDataKey, NameValueCollection values) +936 System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) +353 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1194
<%@ Register TagPrefix="igcmbo" Namespace="Infragistics.WebUI.WebCombo" Assembly="Infragistics2.WebUI.WebCombo.v8.2, Version=8.2.20082.2022, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" %>
<%@ Register TagPrefix="igtbl" Namespace="Infragistics.WebUI.UltraWebGrid" Assembly="Infragistics2.WebUI.UltraWebGrid.v8.2, Version=8.2.20082.2022, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" %>
I've seen that same exact error on a combo box. And yes, initially it rendered and worked fine on the page (in Safari) but threw that error after the postback. I tried to debug, and eventually replaced with a standard ASP control. This is becoming the standard resolution for my cross platform needs, and unfortunately is causing a bit of rework.Good luck,
Dan