https://bugs.documentfoundation.org/show_bug.cgi?id=169888
Eyal Rozenberg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOTABUG Status|NEW |RESOLVED --- Comment #4 from Eyal Rozenberg <[email protected]> --- Hello Danat, The problem you're experiencing seems to be a failure to set the direction to right-to-left. Formatted text, in word processors like LibreOffice, always has a **Text direction** which is either Right-to-Left or Left-to-Right. This setting controls the relative order of individual characters within the overall sequence of characters. The buttons for controlling direction are available only if you enabled full support for RTL/CTL languages in Tools > Options > Languages & Locales > General. Here is what they look like: https://i.sstatic.net/kvwQs.png Now, in the text box in the browser, the direction is rendered as right-to-left - probably by auto-detection using the content. But the browser does not relate the direction information in the copied content, and LibreOffice does not perform direction auto-detection. Even ignoring the string you pasted - the rest of your document is _also_ in Left-to-Right direction, and you should change that. In fact, it is probably better for you to set your _paragraph styles_ to Right-to-Left direction. See also bug 157037 regarding autodetection. -- You are receiving this mail because: You are the assignee for the bug.
