nodejs-html-truncate icon indicating copy to clipboard operation
nodejs-html-truncate copied to clipboard

IE 7-8 issue

Open MroCat opened this issue 11 years ago • 2 comments

Have you tested this script for IE 7-8? Looks like in _dumpCloseTag passes array of all tags in string. Try to test with string full of tags with table at the end.

MroCat avatar Apr 16 '13 14:04 MroCat

nope I don't..would you mind telling me more details and I can try it on modern.ie : )

huang47 avatar Apr 16 '13 16:04 huang47

As I wrote before, in FF and Chrome in _dumpCloseTag passed only tags that haven't been closed after truncate the string. But in IE all tags in the string are passed. Seems to me that in IE not truncated.

MroCat avatar Apr 16 '13 17:04 MroCat