https://bugs.documentfoundation.org/show_bug.cgi?id=166753
--- Comment #2 from Michael Weghorn <[email protected]> --- It would be interesting to have some reference to documentation how that text cursor indicator is implemented and what would be needed to make it work. If it reacts to accessibility events (like caret-moved events) and uses information available via accessibility API (like and caret position) and takes care of drawing the "balloons" itself, I think it would be easier to support than if it requires using some kind of native Windows control for drawing the cursor inside LibreOffice. (In case of accessibility events, it might be that this depends on UIA events, while we currently use IAccessible2 only.) In a quick test, Firefox was an application where that setting had an effect, while it didn't in a few other open source apps I tried (Notepad++, Kate). -- You are receiving this mail because: You are the assignee for the bug.
