angular / material

Material design for AngularJS
https://material.angularjs.org/
MIT License
16.55k stars 3.39k forks source link

checkbox: not showing tick mark when in a table with border-collapse in IE 11 #10425

Open Purushothama-VS opened 7 years ago

Purushothama-VS commented 7 years ago

Actual Behavior:

CodePen (or steps to reproduce the issue): *

Angular Versions: *

Additional Information:


Shortcut to create a new CodePen Demo. Note: * indicates required information. Without this information, your issue may be auto-closed.

Do not modify the titles or questions. Simply add your responses to the ends of the questions. Add more lines if needed.``

EladBezalel commented 7 years ago

Please provide a codepen so we can investigate further.

Gokul6446 commented 6 years ago

Refer this Link : https://jsfiddle.net/a8zco7nt/11/ For both IE & EDGE

Splaktar commented 6 years ago

Is this what you are seeing? This is a screenshot from Edge and I'm seeing the same on IE11 (using this CodePen, in debug view, since JSFiddle does not support IE11). checkbox-mark-notshowing-edge

It seems to be caused by the border-collapse: collapse; styling. I'm not yet sure why.