[Webkit-unassigned] [Bug 25523] [GTK] The text displayed by push buttons is not exposed to assistive technologies

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 17 02:04:47 PDT 2009


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





--- Comment #6 from Jan Alonzo <jmalonzo at gmail.com>  2009-07-17 02:04:47 PDT ---
(From update of attachment 32877)
> From 6a309cb208545a60ecf5281d93ef85d66ae4cb1a Mon Sep 17 00:00:00 2001
> From: Mario Sanchez Prada <msanchez at igalia.com>
> Date: Thu, 16 Jul 2009 15:38:26 +0200
> Subject: [PATCH] 2009-07-16  Mario Sanchez Prada <msanchez at igalia.com>
> MIME-Version: 1.0
> Content-Type: multipart/mixed; boundary="------------1.6.0.4"
> 
> This is a multi-part message in MIME format.
> --------------1.6.0.4
> Content-Type: text/plain; charset=UTF-8; format=fixed
> Content-Transfer-Encoding: 8bit
> 
> 
> Reviewed by NOBODY (OOPS!).
> 
> https://bugs.webkit.org/show_bug.cgi?id=25523
> [GTK] The text displayed by push buttons is not exposed to assistive technologies
> 
> Add new public method text to RenderButton and use it from
> AccessibilityRenderObject::stringValue().

Hi Mario. This patch requires a ChangeLog.

> +String RenderButton::text() const
> +{
> +    return m_buttonText ? m_buttonText->text() : 0;
> +}
> +

This can be inlined in RenderButton.h. And also, RenderButton::text() should
return const String instead of just String.

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