commit 1d8ee1c7046710629f6683ea9d12488c41446777
Author: Juergen Spitzmueller <[email protected]>
Date: Sat Jul 21 18:33:49 2018 +0200
(a)mend edb2d1412482bd
(cherry picked from commit 0bf7b3211d89b117993c10389d872f7460ea1502)
---
src/insets/InsetText.cpp | 2 +-
status.23x | 2 ++
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/insets/InsetText.cpp b/src/insets/InsetText.cpp
index 9dc88ca..930ea14 100644
--- a/src/insets/InsetText.cpp
+++ b/src/insets/InsetText.cpp
@@ -1060,7 +1060,7 @@ docstring InsetText::toolTipText(docstring prefix, size_t
const len) const
oss << "<div dir=\"rtl\">";
writePlaintextParagraph(buffer(), *it, oss, rp, ref_printed,
len);
if ((*it).isRTL(buffer().params()))
- oss << "<div/>";
+ oss << "</div>";
if (oss.tellp() >= 0 && size_t(oss.tellp()) > len)
break;
}
diff --git a/status.23x b/status.23x
index c18c116..dca2592 100644
--- a/status.23x
+++ b/status.23x
@@ -276,6 +276,8 @@ What's new
- Fix nesting problem with numbers in RTL text (bug 6283).
+- Fix display of RTL text in tooltips (bug 10672).
+
* INTERNALS