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

ie 11 以下table 组件的本身的hove 效果,和table 的子组件的click 事件没法触发,在里面加个input 组件 点击无法获取焦点,麻烦解决下 我看官网了也会出现同样的问题! #504

Closed
1 task
lixiaolongxl opened this issue Feb 20, 2019 · 11 comments
Assignees
Labels

Comments

@lixiaolongxl
Copy link

  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

1.2.4

Environment

333

Reproduction link

http://cpp.cjmltest.cn

Steps to reproduce

ie 11 以下table 组件的本身的hove 效果,和table 的子组件的click 事件没法触发,在里面加个input 组件 点击无法获取焦点,麻烦解决下 我看官网了也会出现同样的问题!

What is expected?

44

What is actually happening?

44


44

@tangjinzhou
Copy link
Member

找不到 cpp.cjmltest.cn 的服务器 IP 地址。

@lixiaolongxl
Copy link
Author

http://cpp.zhipeicloud.com/#/login 用户名:智配服务商管理 密码:000000

@lixiaolongxl
Copy link
Author

ie 11 以下不行你看下

image

@lixiaolongxl
Copy link
Author

正常的ie 11
image

@lixiaolongxl
Copy link
Author

Tabs 组件 ie10切换正常,ie9切换就不正常了,官网demo 也是这样麻烦给看下!
image
当前情况下我已经点击了Tabs3按钮了

@tangjinzhou
Copy link
Member

@lixiaolongxl
Copy link
Author

import "babel-polyfill";
import Vue from 'vue'
import APP from './APP.vue'
import Antd from 'ant-design-vue'
// import 'ant-design-vue/dist/antd.css'
// 使用less 编译
import 'ant-design-vue/dist/antd.less'

import Loading from '../../components/Loading/index'
import store from '../../store/index'
import router from '../../router'

// console.log(router)
// es6Promise.polyfill();
Vue.use(Loading)
Vue.use(Antd)
Vue.config.productionTip = false

/* eslint-disable no-new */
new Vue({
router,
store,
render: h => h(APP)
}).$mount('#app')
我已添加 过了!不然ie 是打不开的! import "babel-polyfill";

@tangjinzhou
Copy link
Member

@lixiaolongxl 已经解决了?虚拟机没能复现你的问题

@tangjinzhou
Copy link
Member

@wangxueliang 可以先给出未发版之前的临时解决方案

@wangxueliang
Copy link
Member

.ant-spin-container::after {
display: none\9;
}
先使用样式覆盖

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants