sfx2/uiconfig/ui/descriptioninfopage.ui | 1 + 1 file changed, 1 insertion(+)
New commits: commit ccd12a015b8ce69776614754dfca16d28113cb1f Author: Michael Weghorn <[email protected]> AuthorDate: Wed Aug 13 23:45:54 2025 +0200 Commit: Michael Weghorn <[email protected]> CommitDate: Thu Aug 14 07:53:20 2025 +0200 tdf#130857 sfx2 a11y: Leave text view in doc properties dlg on Tab See similar commit for another dialog commit faa6749592b7777773a51cb6f350a39aeb67b052 Author: Michael Weghorn <[email protected]> Date: Mon Oct 7 08:10:56 2024 +0200 a11y: Leave accessible description text view on simple tab key for reasoning. The tab page can be accessed from Writer via "File" -> "Properties", then selecting the "Description" tab page. Change-Id: Id2692e7138f410749dbc69510c9035f0f83763e5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189546 Tested-by: Jenkins Reviewed-by: Michael Weghorn <[email protected]> diff --git a/sfx2/uiconfig/ui/descriptioninfopage.ui b/sfx2/uiconfig/ui/descriptioninfopage.ui index 1db3fbbac073..ad51cd58a41e 100644 --- a/sfx2/uiconfig/ui/descriptioninfopage.ui +++ b/sfx2/uiconfig/ui/descriptioninfopage.ui @@ -400,6 +400,7 @@ <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="wrap-mode">word</property> + <property name="accepts-tab">False</property> <child internal-child="accessible"> <object class="AtkObject" id="comments-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="descriptioninfopage|extended_tip|comments">Enter comments to help identify the document.</property>
