https://bugs.documentfoundation.org/show_bug.cgi?id=153668
Bug ID: 153668
Summary: LTR sequence broken when hyperlinking space-separated
text
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
Created attachment 185407
--> https://bugs.documentfoundation.org/attachment.cgi?id=185407&action=edit
Spreadsheet with the bug manifesting
Do the following:
1. Create a new spreadsheet
2. Set the direction of cell A1 to RTL
3. Type in "hello world"
4. Select only the word "world" within the edited cell text
5. Insert a hyperlink (e.g. using Ctrl+K or Insert > Hyperlink on the menu) to
some arbitrary URL, e.g. "foo"
Expected results:
* After step (3.), the word "hello" appears to the left of the word "world".
* After step (5.), the word "hello" appears to the left of the word "world".
Actual results:
* After step (3.), the word "hello" appears to the left of the word "world".
* After step (5.), the word "hello" appears to the RIGHT of the word "world".
It seems that the hyperlinking breaks the LTR run, and the two
runs/spans/objects are placed according to the cell direction
Note: The sheet direction doesn't matter (which is ok).
--
You are receiving this mail because:
You are the assignee for the bug.