[Mono-bugs] [Bug 482690] New: Enhancing the accessibility of FontDialog

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Mar 5 23:08:39 EST 2009


https://bugzilla.novell.com/show_bug.cgi?id=482690

User rguo at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=482690#c478526

           Summary: Enhancing the accessibility of FontDialog
    Classification: Mono
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: rguo at novell.com
         QAContact: mono-bugs at lists.ximian.com
            Blocks: 478526
          Found By: ---


Created an attachment (id=277534)
 --> (https://bugzilla.novell.com/attachment.cgi?id=277534)
The patch file to FontDialog.cs and ChangeLog

The ColorComboBox in FontDialog, through it is not publicly exposed, those ATs
such as screen readers and "Accerciser" may access its internal structure, and
ColorComboBox is not accessibility-friendly, (see Bug #478526).

The enclosed patch can make ColorComboBoxItem response friendly to ATs.

P.S. In another word, the original "ColorComboBox" is not a completely
implemented ComboBox. e.g. If it's publicly exposed and when users call
"SelectedText" or "SelectedValue" on it, the return value would be
"System.Windows.Forms.FontDialog+ColorComboBox+ColorComboBoxIte", while the
right response shall be the name of the color.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list