Good day All,
I came across a weird issue after I recently upgraded to Volume 13.1 of the ASP.NET controls. (v13.1.20131.2045)
We are using an ASP.NET WebDataMenu for our web app to navigate to the different sections in our application.
We hide/disable menus depending on the user's access level.
My own user with which I log in, has access to all menu's, so I didn't see the problem at first.
I tested with a lower level user, and noticed after I logged in (and the menu is set), there is a delay on the application and IE reports a long-running script error, and the F12 developer tools report a stack overflow error.
I started testing by disabling menu activation code, etc, until I hit the first menu that is disabled.
I started Googling and found a thread here speaking of issues with the WebDataMenu in tables (for v10.1), so I changed the EnableScrolling property to "False", and VOILA! Long running script error is gone!
I tested on an older branch with the same user using the v12.2 (12.2.20122.2054) controls, and the error does not occur there.
Can you guys @ Infragistics have a look and maybe log this as a bug?
Thanks!!
Hello Eduard ,
Thank you for posting in our forum.
With which version of IE did you encounter the problem? Also could you let me know the exact steps needed to reproduce this?
Did you disable the menu items on the server side or did you just apply some classes to hide them on the client?
It would be helpful if you could provide a small isolated sample that reproduces the issue so that we may look into that.
I'm looking forward to your reply.
Best Regards,
Maya Kirova
Developer Support Engineer II
Infragistics, Inc.
http://es.infragistics.com/support
Hi,
I encountered this while running IE 9, on Win7 x64. Another colleague also experienced the same problem.
The menu items are enabled/disabled/hidden/shown etc @ server-side
As of v13.1 SR 2069 this issue is still persisting....
I'll add an example of how this occurs just now.
Here is an example attached. Sometimes the app hangs up completely with a long running script error.
I’m just following up to see if you’ve been able to resolve your issue. If you have any questions or concerns or if you need further assistance please let me know.
Developer Support Engineer
Hello Maya,
Yes, I've resolved it by setting the EnableScrolling to "False" for the menu, which was a suggestion I got from the Infragistics forums indirectly.
This was something that happened after we upgraded our solution to Volume 13.1, on our old v12.2 branches it works fine.