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

IE8 Compatibility Problems #60

Closed
z-ZYS-s opened this issue Nov 20, 2015 · 1 comment
Closed

IE8 Compatibility Problems #60

z-ZYS-s opened this issue Nov 20, 2015 · 1 comment
Milestone

Comments

@z-ZYS-s
Copy link
Contributor

z-ZYS-s commented Nov 20, 2015

  1. 删除元素中不存在的属性会报错
function animationDestroy(element){
    return function(){
        delete element.onenter;
        delete element.onleave;
    }
}
  1. <iframe>标签中包含text时报错
@leeluolee leeluolee added this to the v0.4.3 milestone Nov 21, 2015
@leeluolee
Copy link
Member

iframe 包含text 报错 , 可能暂时不做处理了, 我新建一个bug 单独处理 。 这个要求 创建textNode的时候对上层环境可知, 这个和 之前一个issue 要求 option 对外层select是可知的 问题是一样的, 后续一起作为一个整体的 issue 处理

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

2 participants