“Stack overflow in line 0” on Internet Explorer

后端 未结 13 2079
时光取名叫无心
时光取名叫无心 2020-12-14 00:48

I realise this is not the ideal place to ask about this in terms of searchability, but I\'ve got a page whose JavaScript code throws \"Stack overflow in line 0\" errors when

13条回答
  •  轮回少年
    2020-12-14 01:21

    I set up a default project and found out the following:

    The problem is the combination of smartNavigation and maintainScrollPositionOnPostBack. The error only occurs when both are set to true.

    In my case, the error was produced by:

    
    

    Any other combination works fine.

    Can anybody confirm this?

提交回复
热议问题