suyati / line-control

A Light Weight HTML5 Text Editor designed as a JQuery Plugin
Other
124 stars 90 forks source link

IE11 Inserting #48

Closed Mortivor closed 7 years ago

Mortivor commented 8 years ago

Hi,

I have inserted some update user-agent-recognition for Microsoft Internet Explorer 11. We now not only check for "MSIE" contained in user-agent-string but also for "Windows NT" and "Trident". Reason: Microsoft doesn't sport a "MSIE" in the user-agent-string of IE11 anymore.

This patches inserting tables, images, links, special-chars and block-quotes.

This fixes issues #43 and #36