[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
Sat Jul 28 12:06:25 PDT 2012


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





--- Comment #6 from Mario Sanchez Prada <msanchez at igalia.com>  2012-07-28 12:06:28 PST ---
(In reply to comment #5)
> (From update of attachment 155132 [details])
> i feel like these checks make sense for all platforms. 
> what we're talking about here are things like <div> or <span> not showing up in 
> the tree when they have some sort of accessible name. 
> I think it makes sense that if something has helpText(), title or axDescription()
> then it should NOT be ignored at this point.

So, you are proposing to just add the new checks right after the helpText() check, not using #if guards at all, right?

> the only things to verify is that helpText(), title and axDescription do not
> call accessibilityIsIgnored() at any point

I think that's not an issue here. The problem happened when calling from accessibilityPlatformIncludesObject().

-- 
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