jjenzz / jquery.ellipsis

add ellipsis to multiline text
http://codepen.io/jjenzz/full/liAfz
117 stars 79 forks source link

escapeText returns undefined #15

Open narcolepticinsomniac opened 5 years ago

narcolepticinsomniac commented 5 years ago

For some reason, there's issues with the forward slash in this string:

APPLE-gen kids can’t just have a normal humidifier? (8 Photos/Gifs)

so it winds up:

APPLE-gen kids can’t just have a normal humidifier? (8 PhotosundefinedGifs)

Also seems to screw up ellipsis.

Chromium 72.0.3626.121

carra commented 4 years ago

Hi, I have the same problem when put the title of a course "UI/UX". Any solution? Thanks

carra commented 4 years ago

I download the unminimized version to find the problem and, this works, but the minimized version don't work.

cbauer10 commented 1 year ago

I have submitted a PR that will fix this issue #17.