Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prototype 1.6.0.3后,tooltips.js的下面三行代码会导至验证失败,Ajax验证时,可能直接拖死IE6。 #9

Open
GoogleCodeExporter opened this issue Aug 11, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

这段代码存在问题
{{{
this.el.descendants().each(function(el){  
    if(Element.readAttribute(el, 'alt'))  
        el.alt = "";  
}); 
}}}

netfork的解决办法
{{{
直接注释了。。。
水平所限,没理解什么意思,
查了下JE使用你的框架的代码,他们也没使用这段处理,所以
,就注释掉了,
来报告一下,如果有必要,请给个正确的改法。

大侠的JS水平超高,我只有学着用的份,还没法分析研究。
}}}

Original issue reported on code.google.com by bad...@gmail.com on 20 Aug 2009 at 2:51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant