Hi,
We were testing our solution that controls the classic Infragistics ASP.NET Controls with Firefox 10. It seems that they are not compatible with Firefox 10. Are there plans on making them compatible with Firefox 10?
Thanks,
Norman
The classic UltraWebToolbar is having same error as WebCombo (i have version 8.3). My friend tell me : the problem lies in the code developer extract the major and minor version from Page.Request.Browser.version
string version = this.Page.Request.Browser.Version; int num = Convert.ToInt32(version.Substring(0, 1)); int num2 = Convert.ToInt32(version.Substring(2, 1));
So with Firefox 10 with version string like 10.010.0 , version.Substring(2, 1) = '.' will cause the error
[FormatException: Input string was not in a correct format.] :(
We have noticed this same issue earlier with Google Chrome when its version was over 10. Now our applications are not available with Firefox version 10. And Microsoft is going to release IE 10 this year so this is huge problem.
We use UltraWebToolbar.v10.1. This would be easy to fix if had source code. Is Infragistics going to be releasing any fix for this?
we are facing the same problem!
When will there be a hotfix available? This is rather urgent!
Regards