https://bugs.documentfoundation.org/show_bug.cgi?id=128600
--- Comment #10 from Patrick (volunteer) <[email protected]> --- I have submitted a patch that mostly fixes this bug: https://gerrit.libreoffice.org/c/core/+/185741 However, it has the following limitations that I was unable to implement so I would like some feedback on whether my patch is still useful despite the limitations: 1. "Reverse Conversion" with Japanese keyboards only edits the first non-whitespace chunk of selected text but I don't know how to adjust LibreOffice's selected range to match the substring that the input method will edit. This causes the entire LibreOffice selection to be overwritten by the substring so return nil if there is any whitespace in the selection. 2. "Reverse Conversion" with Japanese keyboards when there is no text selected should select the convertible text chunk nearest to the cursor but I don't know how to retrieve unselected text and set the selection to a chunk of text. -- You are receiving this mail because: You are the assignee for the bug.
