Bug 141043 - no accessible event sounded on cursor focus reposition to Header or Footer
Summary: no accessible event sounded on cursor focus reposition to Header or Footer
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks: a11y, Accessibility
  Show dependency treegraph
 
Reported: 2021-03-15 09:55 UTC by juergenkohler23
Modified: 2021-10-14 06:43 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description juergenkohler23 2021-03-15 09:55:53 UTC
Description:
With "Ctrl+Picture up" you jump to the header and, if necessary, back to the text. The function is flawless; but unfortunately the screen reader does not tell me acoustically when I am in the input field of the header. The same problem also exists for the footer.

Steps to Reproduce:
1. Open Writer
2. Generate any Header
3. With "Ctrl+Picture up" you jump to the header and, if necessary, back to the text. The function is flawless; but unfortunately the screen reader does not tell me acoustically when I am in the input field of the header.

Actual Results:
NVDA doesn't announce the position in the "Edit Header"-Field

Expected Results:
NVDA should announce the position in the "Edit-Header"-Field


Reproducible: Always


User Profile Reset: No



Additional Info:
-
Comment 1 Peter Franke 2021-03-15 10:42:59 UTC
I can confirm this bug; also for the footer.
Comment 2 V Stuart Foote 2021-03-15 21:57:16 UTC
The two commands are UNO movements:

.uno:JumpToHeader
.uno:JumpToFooter

assigned keyboard shortcuts are <Ctrl>+<PageUp> and <Ctrl>+<PageDown>

But confirm there is no accessible event fired on movement to either the 
Header or the Footer to distinguish between cursor focus into the text body.

Michael, here is another a11y issue if you are interested...
Comment 3 Michael Weghorn 2021-04-07 12:30:05 UTC
(In reply to V Stuart Foote from comment #2)
> Michael, here is another a11y issue if you are interested...

Thanks, I have subscribed to the a11y meta bugs and hope to be able to take a look at one or the other issue at some point, but can't promise anything.
Comment 4 Michael Weghorn 2021-10-14 06:43:48 UTC
Corresponding issue in NVDA issue tracker: https://github.com/nvaccess/nvda/issues/12175