[Webkit-unassigned] [Bug 25523] 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 19:48:16 PDT 2009


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


Jan Alonzo <jmalonzo at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #32946|review?                     |review+
               Flag|                            |




--- Comment #15 from Jan Alonzo <jmalonzo at gmail.com>  2009-07-17 19:48:15 PDT ---
(From update of attachment 32946)
> -    
> +    const String text() const;
> +

I stand corrected and it should return a String not const String. The reason is
because RenderText::text() doesn't return a const String (RenderMenuList return
a String for RenderMenuList::text() as well, not const String).

r=me with changing it back to 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