html - text-overflow: ellipsis working on IE11 Win7 but not IE11 Win8, is this known behavior? -
for first time ever had use text-overflow: ellipsis
property (asp. mvc 4 application using bootstrap , kendo). worked expected, except when looked @ page on win 8.1
machine running ie11
, long text not cut off @ , layout gets broken. thing is, when @ same page on ie11
(same version) on development machine (win 7
), works flawlessly. works fine in chrome , firefox.
i tried setting , removing other properties (white-space: nowrap
, overflow: hidden
, ms-text-overflow
, width, display: block
) no avail, nothing changes discrepancy. tested win 8 behavior on 2 machines, both exhibit this. known bug? ie11 versions win7/8 different? if not, causing this? thing different other win8 win 8 machines called site remotely, running locally on win 7 machine.
for simple sample work with, try
http://www.w3schools.com/cssref/tryit.asp?filename=trycss3_js_text-overflow
in chrome, using text-overflow:ellipsis makes 4 lines end in ellipses.
in ie11 (under windows8.1), first line gets ellipsis.
a comment @ text-overflow:ellipsis doesn't work on ie states "note: ie11 (and below) not work if there <br>
in front of text! "
Comments
Post a Comment