Page 1 of 1

SelectionChanged function of class CefRenderWidgetHostViewOS

PostPosted: Mon Jul 20, 2020 6:08 am
by dexter
In SelectionChanged function of class CefRenderWidgetHostViewOSR .
This SelectionChanged function is not working seamlessly with Span tag on a few particular applications, and the output is not desired. (tell them what input and output you expect)

Re: SelectionChanged function of class CefRenderWidgetHostVi

PostPosted: Mon Jul 20, 2020 9:05 am
by magreenblatt
Please provide details or what you are requesting.

Re: SelectionChanged function of class CefRenderWidgetHostVi

PostPosted: Wed Jul 22, 2020 5:09 am
by dexter
Suppose user drags on text which is inside a span tag, then OnTextSelectionChanged() should be called on every selection change.
Eg. let the word contain 17 letter like "SelectionChanged" and I want to select only 9 letter from that word. In this case OnTextSelectionChanged function of class CefRenderhandler should be call for 9 times but it didn't called for every letter.



Similar for paragraph and want to select 2 line from that. And that paragraph is a bunch of span tags and their classes.