Bug 156197 - [ACCESSIBILITY] Add dialog to get a11y data when inserting objects
Summary: [ACCESSIBILITY] Add dialog to get a11y data when inserting objects
Status: RESOLVED DUPLICATE of bug 39558
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: framework (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: accessibility, needsUXEval
Depends on:
Blocks: a11y, Accessibility
  Show dependency treegraph
 
Reported: 2023-07-08 10:16 UTC by Olivier Hallot
Modified: 2023-07-09 00:59 UTC (History)
5 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 Olivier Hallot 2023-07-08 10:16:04 UTC
This is an usability enhancement.

Current situation: when inserting an image or object, the Alternative text, Description text and decorative checkbox are not filled. 

To comply with a11y, user need to fill data later.

Suggested enhancement:

1) Add a parameter (checkbox) in Writer Options to force a dialog to get a11y data when inserting images/object.
- when checked, call a dialog to get a11y data when inserting and image/object (see 2)
- when not checked, do not call a dialog to get a11y data. This is the current behaviour.
- Factory default is non-checked (current behaviour)

2) Create a dialog to get a11y properties of the inserted object
- The dialog shall open when the Open/Insert button of the image/object file picker dialog is clicked,
- the dialog shall ask for a11y properties as in the object a11y properties dialog tab
   -- Name (allow override suggested name, check for unique name)
   -- Alt text
   -- Description
   -- Decorative

- The OK button shall add the inserted data in the object a11y properties 
   - The dialog controller shall check for name uniqueness and return to dialog if duplicate name is entered. A error prompt must indicate duplicate name.

- The Cancel button shall skip the a11y data insertion.
   - the suggested name is inserted (the name is unique
- after OK/Cancel is pressed, the image/object is inserted in document
Comment 1 V Stuart Foote 2023-07-09 00:59:19 UTC
Like the direction, but isn't this a dupe of bug 39558

*** This bug has been marked as a duplicate of bug 39558 ***