[Webkit-unassigned] [Bug 92477] REGRESSION (r123767): platform/gtk/accessibility/object-with-title.html failing on GTK

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 27 10:42:00 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=92477





--- Comment #3 from chris fleizach <cfleizach at apple.com>  2012-07-27 10:42:04 PST ---
(From update of attachment 154981)
View in context: https://bugs.webkit.org/attachment.cgi?id=154981&action=review

> Source/WebCore/accessibility/gtk/AccessibilityObjectAtk.cpp:77
> +    if (!accessibilityDescription().isEmpty())

i might change this to 

if (!accessibilityDescription().isEmpty() || !title.isEmpty())

as the "accessible" name of an object is split between these two concepts, which are modeled on the Mac API where title is what you get visually on the screen if available, and axDescription is what you get when the description is not really visible (think alt tag on image)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list