Hi,

we came across a minor accessability issue at the German discuss list. But the fix is so easy that even I could do it.

It's just to remove one line that breaks the keyboard navigation in the options dialog and has no sense at all. Christoph Noack confirmed tha change for UX at bugzilla.

Patch is contributed under LGPLv3+/MPL.

regards,

André
>From 9e94864caaad5784e79da12c1f67d10994017640 Mon Sep 17 00:00:00 2001
From: Andre Schnabel <andre.schna...@gmx.net>
Date: Tue May 31 18:56:12 CEST 2011
Subject: [PATCH] fix for fdo#37761:  Keyboard navigation broken in tools - 
options

prevent that aAutoSaveEdit will grab the focus in options dialog
---
 cui/source/options/optsave.cxx |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/cui/source/options/optsave.cxx b/cui/source/options/optsave.cxx
index c0719b4..4e98d90 100644
--- a/cui/source/options/optsave.cxx
+++ b/cui/source/options/optsave.cxx
@@ -544,7 +544,6 @@ IMPL_LINK( SfxSaveTabPage, AutoClickHdl_Impl, CheckBox *, 
pBox )
         {
             aAutoSaveEdit.Enable();
             aMinuteFT.Enable();
-            aAutoSaveEdit.GrabFocus();
         }
         else
         {
-- 
1.7.3.4

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to