Steps to reproduce
Select a substring of a Tamil string with a mouse. In the editor screen it looks like you have the characters selected properly, but the left or right edge of the selection may not be actually selected.
For example, if I want to select, by dragging the mouse, the third word from a text like:
இரண்டு அறை கொடுத்து அவனை இழுத்துக்கொண்டு வா
The entire word (கொடுத்து) is highlighted as selected, but when I paste it, the first and/or the last code point may be missing, giving me failed paste results like கொடுத்த, ொடுத்து, and ொடுத்த.
Double-clicking on a word, on the other hand, never fails. Missing the edge of a word properly selected happens when you try to select by moving your mouse while pressing the butoon.
Did you follow the troubleshooting guide? [Y]
Please, follow the Troubleshooting Guide before answering Yes.
Expected result
I expect to be ALWAYS able to select the entire segment of a Tamil text that is highlighted. With the example above, I should ALWAYS get it pasted as:
கொடுத்து (expected selection)
['U+0B95', 'U+0BCA', 'U+0B9F', 'U+0BC1', 'U+0BA4', 'U+0BCD', 'U+0BA4', 'U+0BC1']
Actual result
Even when the entire word is highlighted, I very often get failed paste results:
கொடுத்த (last code point missing)
['U+0B95', 'U+0BCA', 'U+0B9F', 'U+0BC1', 'U+0BA4', 'U+0BCD', 'U+0BA4']
ொடுத்து (first code point missing)
['U+0BCA', 'U+0B9F', 'U+0BC1', 'U+0BA4', 'U+0BCD', 'U+0BA4', 'U+0BC1']
ொடுத்த (first and last code points missing)
['U+0BCA', 'U+0B9F', 'U+0BC1', 'U+0BA4', 'U+0BCD', 'U+0BA4']
Environment
SYSTEM INFO:
Obsidian version: 1.13.4
Installer version: 1.13.4
Operating system: Darwin Kernel Version 25.6.0: Sat Jul 11 15:27:02 PDT 2026; root:xnu-12377.161.13~4/RELEASE_ARM64_T8112 25.6.0
Login status: not logged in
Language: en
Insider build toggle: off
Live preview: on
Base theme: light
Community theme: none
Snippets enabled: 8
Restricted mode: off
Plugins installed: 10
Plugins enabled: 0
Additional information
This started happening in late July 2026, with the update to 1.13.3 or 1.13.4, I think. Around the same time, macOS was updated to 26.6 (and now to 26.6.1), but I don’t have any problems copying and pasting Tamil texts in other applications, like Sublime Text or Chrome.