https://bugzilla.novell.com/show_bug.cgi?id=482690
User [email protected] 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: [email protected] ReportedBy: [email protected] QAContact: [email protected] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
