| commit | 12fa73e75f183b44fb79128d420f4b0f9fb8b594 | [log] |
|---|---|---|
| author | Balazs Varga <balazs.varga.extern@allotropia.de> | Mon Aug 14 19:05:35 2023 +0200 |
| committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | Thu Aug 17 11:44:11 2023 +0200 |
| tree | 474063869eb2a60a4c5b123c2834b0673015cf36 | |
| parent | 9f6768748d9170c5990604feebd0bc50f2cb59c7 [diff] |
tdf#156741 - A11Y - fix drawing shape is not highlighted by clicking "Avoid floating text" warning. If GotoFly not select the textframe object try GotoDrawingObject. Change-Id: Ica7829dd0cc21f3f1fb344dfb21afdfb43783cef Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155676 Tested-by: Jenkins Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de> (cherry picked from commit 54c158ff35ab5a0b5fa538562755638e052d51f2) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155699 Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
diff --git a/sw/source/core/access/AccessibilityIssue.cxx b/sw/source/core/access/AccessibilityIssue.cxx index e0b6639..577b3ed 100644 --- a/sw/source/core/access/AccessibilityIssue.cxx +++ b/sw/source/core/access/AccessibilityIssue.cxx
@@ -70,6 +70,10 @@ void AccessibilityIssue::gotoIssue() const pWrtShell->HideCursor(); pWrtShell->EnterSelFrameMode(); } if (!bSelected && m_eIssueObject == IssueObject::TEXTFRAME) pWrtShell->GotoDrawingObject(m_sObjectID); if (comphelper::LibreOfficeKit::isActive()) pWrtShell->ShowCursor(); }