16
Views
2
Comments
[OnTextSelection] Input box IE
Question
OnTextSelection
Web icon
Forge asset by Jorge Martins
Hi everybody,

I'm trying to use this inside a text input box. In Chrome it's working fine but inside IE it's not working, it's not possible to do the textselection and triggering the notify. Does anyone have a suggestion?

thanks
2019-09-24 18-41-25
Jorge Martins
 
MVP
Hello Frank,

Although it works at least in Chrome, no special thought was given to the component's use on input fields.  If you want to extend it, you should check the "select" event of both <input> and <textarea> elements.

let us know how it goes!
2018-03-28 15-07-25
Frank Sprengers
Jorge Martins wrote:
Hello Frank,

Although it works at least in Chrome, no special thought was given to the component's use on input fields.  If you want to extend it, you should check the "select" event of both <input> and <textarea> elements.

let us know how it goes!
 Thanks for the swift answer. I'll have a look into it but it seems to be a javascript error in IE
 
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.