FineUI 官方论坛

标题: Tab bug [打印本页]

作者: liko1688    时间: 2012-2-29 13:56
标题: Tab bug
有固定的Tab,且使用dynamic 方式新增tab後,如果没有结束dynamic tab
接着使用
FormsAuthentication.SignOut();
FormsAuthentication.RedirectToLoginPage();
退出回到登录页
在Tab.cs
                           // 对于非激活Tab,其中的Iframe需要延迟加载
行 265:                if (this != tabStrip.Tabs[tabStrip.ActiveTabIndex])
行 266:                {
行 267:                    OB.RemoveProperty("html");
行 268:                    OB.RemoveProperty("html");
行 269:                    OB.RemoveProperty("x_iframe_loaded");
行 270:                    OB.AddProperty("x_iframe_loaded", false);
行 271:                }

会出现错误 索引超出范围。必须为非负数且小于集合的大小。

把这一段mark则无此问题






欢迎光临 FineUI 官方论坛 (https://fineui.com/BBS/) Powered by Discuz! X3.4