To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=62723
------- Additional comments from [EMAIL PROTECTED] Thu Mar 30 23:13:08 -0800 2006 ------- fs->mt,pl: The text in Window::GetLabeledBy currently reads: // search for a control that labels this window // a label is considered the last fixed text, fixed line or group box // that comes before this control; with the exception of push buttons // which are labeled only if the fixed text, fixed line or group box // is directly before the control I could imagine the following solutions: - what is done for buttons here should also be done for check boxes. This would fix this particular bug here, but does not scale to similar problems. - A fixed text, fixed line, or group box is *only* considered a label of a control if it immediately precedes the control. The idea is: if the order is "fixed text", "control A", "control B", then either the fixed text labels control A (but then most probably *not* control B, at the same time), or control A is a label control itself, then it labels control B. - All places which use GetLabeledBy for A11Y relationships are modified so that they check that "GetLabeledBy( control )->GetLabelFor() == control" holds true. - We explicitly implement A11Y's LABELED_BY / LABEL_FOR relationships for all controls in all our dialogs. Okay, just kidding. What do you think? --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
