-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
[Bug Report] cannot be displayed correctly in IE browsers above IE10 #15278
Milestone
Comments
Translation of this issue: Element UI version2.8.2 OS/Browsers versionWindows/IE11 Vue version2.6.10 Reproduction LinkHttps://elementui.github.io/issue-generator/#/en-US Steps to reproduceOpen this page in IE browser Https://element.eleme.cn/#/zh-CN/component/image What is Expected?Compatible with IE What is actually happening?Object-fit style does not work in IE and needs compatibility processing |
SimonaliaChen
pushed a commit
to SimonaliaChen/element
that referenced
this issue
Apr 29, 2019
…other browsers which not suppor fix ElemeFE#15278
SimonaliaChen
pushed a commit
to SimonaliaChen/element
that referenced
this issue
Apr 30, 2019
…other browsers which not suppor fix ElemeFE#15278
island205
pushed a commit
that referenced
this issue
May 7, 2019
* fix: Image is not defined during ssr Delay loadImage to mounted hook and add $isServer check * fix(image): simulate object-fit behavior to compatible with IE11 and other browsers which not suppor fix #15278 * fix: image inline-flex with overflow will still extend its parent element
FAKER-A
pushed a commit
to FAKER-A/element
that referenced
this issue
May 7, 2019
* fix: Image is not defined during ssr Delay loadImage to mounted hook and add $isServer check * fix(image): simulate object-fit behavior to compatible with IE11 and other browsers which not suppor fix ElemeFE#15278 * fix: image inline-flex with overflow will still extend its parent element
weisiren168
pushed a commit
to weisiren168/element
that referenced
this issue
Jun 20, 2019
* fix: Image is not defined during ssr Delay loadImage to mounted hook and add $isServer check * fix(image): simulate object-fit behavior to compatible with IE11 and other browsers which not suppor fix ElemeFE#15278 * fix: image inline-flex with overflow will still extend its parent element
lzq4047
pushed a commit
to lzq4047/element
that referenced
this issue
May 22, 2020
* fix: Image is not defined during ssr Delay loadImage to mounted hook and add $isServer check * fix(image): simulate object-fit behavior to compatible with IE11 and other browsers which not suppor fix ElemeFE#15278 * fix: image inline-flex with overflow will still extend its parent element
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Element UI version
2.8.2
OS/Browsers version
windows/IE11
Vue version
2.6.10
Reproduction Link
https://elementui.github.io/issue-generator/#/en-US
Steps to reproduce
在IE浏览器中打开这个页面
https://element.eleme.cn/#/zh-CN/component/image
What is Expected?
能够兼容IE
What is actually happening?
Object-fit样式在IE中不生效,需要做兼容处理
The text was updated successfully, but these errors were encountered: