Issue of Key events being handled twice, impacting accessibility with loss of object focus

2014-01-06 Thread V Stuart Foote
The errant double handling of cursor key events is a problem for
Accessibility support of assistive technologies where program focus is being
shifted away from the active object; e.g. writer - selected text for
formatting, calc - cell being formated, etc.

Current issues in BZ:

bug 122363 https://issues.apache.org/ooo/show_bug.cgi?id=122363  
bug 123933 https://issues.apache.org/ooo/show_bug.cgi?id=123933  
bug 123934 https://issues.apache.org/ooo/show_bug.cgi?id=123934  

I had thought the issue was isolated to sidebar Gtk UI, but when Andre F.
looked at it in May it was a broader issue. I don't think it ever got any
further attention and has resurfaced during QA for 4.1.0.





--
View this message in context: 
http://openoffice.2283327.n4.nabble.com/Issue-of-Key-events-being-handled-twice-impacting-accessibility-with-loss-of-object-focus-tp4657441.html
Sent from the Development mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Issue of Key events being handled twice, impacting accessibility with loss of object focus

2014-01-06 Thread Herbert Duerr

On 06.01.2014 16:32, V Stuart Foote wrote:

The errant double handling of cursor key events is a problem for
Accessibility support of assistive technologies where program focus is being
shifted away from the active object; e.g. writer - selected text for
formatting, calc - cell being formated, etc.

Current issues in BZ:

bug 122363 https://issues.apache.org/ooo/show_bug.cgi?id=122363
bug 123933 https://issues.apache.org/ooo/show_bug.cgi?id=123933
bug 123934 https://issues.apache.org/ooo/show_bug.cgi?id=123934

I had thought the issue was isolated to sidebar Gtk UI, but when Andre F.
looked at it in May it was a broader issue. I don't think it ever got any
further attention and has resurfaced during QA for 4.1.0.


I don't know much about this topic but on some platforms I saw the 
compile warning below which might be relevant, especially since the 
GalleryControl is a part of the sidebar:


main/svx/inc/GalleryControl.hxx: overloaded virtual function
sal_Bool KeyInput( const KeyEvent rKEvt, Window* pWindow);
hides the virtual function 'Window::KeyInput'
virtual void KeyInput( const KeyEvent rKEvt );
of main/vcl/inc/vcl/window.hxx

Herbert

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org