Issue 46886 - Gnopernicus feedback overly verbose going through Registration options radio buttons
Summary: Gnopernicus feedback overly verbose going through Registration options radio ...
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: ui (show other issues)
Version: 680m91
Hardware: PC (x86_64) Linux, all
: P3 Trivial (vote)
Target Milestone: OOo 2.0.1
Assignee: eric.savary
QA Contact: issues@framework
URL:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2005-04-07 04:10 UTC by korn
Modified: 2005-11-16 15:21 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description korn 2005-04-07 04:10:28 UTC
1. Run Gnopernicus
2. Install StarOffice via /opt/staroffice8/program/soffice as a first-time user
3. In the installer dialog, get to the Registration page
4. Hear the text "You now have the opportunity to register..." very nicely read
to you, along with "I want to register now radiobutton checked".
5. Press down arrow to hear the other radio button options.  Hear, AGAIN, "You
now have the opportunity to register...", this time followed by "I want to
register later radiobutton checked".

The problem appears to be in the way AccessibleGroup is used (though perhaps it
is a Gnopernicus bug?).

In any case, the desired behavior is that only the radio buttons are read as the
user moves through them, and not the label for them each and every time.
Comment 1 Olaf Felka 2005-04-07 09:17:55 UTC
Changed 'Component'.
Comment 2 eric.savary 2005-04-07 12:46:23 UTC
ES->OBRE: at-poke shows that the label "You now have the opportunity..." is the
label of the radio button group and then read each time an option is selected.
We could separate the label from the group but it would be read anymore because
it would never get the focus.
Proposal: accessible but ugly UI design -> disociate label from options group
and turn it into a read only text field...
Comment 3 nospam4obr 2005-04-07 13:08:20 UTC
reassigned.
Comment 4 lo 2005-04-07 15:01:33 UTC
"You now have... " is in fact a simple FixedText control... VCL however is
conducting some magic to automatically associate it with the RadioGroup. This
however can be controlled
Comment 5 korn 2005-04-07 20:33:24 UTC
Please compare Gnopernicus behavior with this StarOffice 8 dialog to Gnopernicus
behavior with gedit's Edit->Preferences dialog (the Editor tab).  There are two
check boxes in a group under the File Saving section.  Gnopernicus reads "File
Saving Create a backup copy of files before saving checkbox shortcut Alt-B
checked" when you tab down to that item, and then when you press down arrow it
reads only "Autosave files every checkbox shortcut Alt-A unchecked". 
Gnopernicus doesn't read "File Saving" for the second checkbox, which is the
desired behavior in the StarOffice 8 dialog.
Comment 6 lo 2005-06-07 11:28:45 UTC
The "You now have..." text has a 'NoLabel' flag since m86, I need to find out,
why this gets read out every time
Comment 7 lo 2005-08-22 10:24:51 UTC
retarget
Comment 8 mdxonefour 2005-08-31 15:29:09 UTC
As discussed with lo retargeted back to 2.0.1
Comment 9 lo 2005-10-19 14:13:01 UTC
fixed in CWS lo8

The verbose text is now no longer flagged as a label. This also means, that the
checkbox group has no label, so no text will be read except the label for the
radiobutton itself in focus mode,l since that is where the focus will be.
Comment 10 lo 2005-10-20 10:41:54 UTC
please verify

re-open issue and reassign to es@openoffice.org
Comment 11 lo 2005-10-20 10:42:07 UTC
reassign to es@openoffice.org
Comment 12 lo 2005-10-20 10:42:22 UTC
reset resolution to FIXED
Comment 13 wolframgarten 2005-10-20 12:39:38 UTC
Verified in CWS.
Comment 14 eric.savary 2005-10-21 13:17:38 UTC
ES: also verified as patch
Comment 15 eric.savary 2005-11-16 15:21:45 UTC
Ok in src680m140