Closed Bug 278039 Opened 20 years ago Closed 20 years ago

Add a11y description for XUL column

Categories

(Core :: Disability Access APIs, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: Louie.Zhao, Assigned: Louie.Zhao)

References

Details

(Whiteboard: sunport17)

Attachments

(2 files)

Steps to Reproduce:
1. Start GOK and launch Mozilla.
2. Go to File->Tools-Form Manager->Edit Form Info.
3. GOK UI Grab the Form Manger Editor dialog.

Bug Observation:
It is empty for the UI Grab element of the Category.
Blocks: 263575
Whiteboard: sunport17
Attached patch patch v1Splinter Review
Attachment #170995 - Flags: review?(pkwarren)
Comment on attachment 170995 [details] [diff] [review]
patch v1

>Index: accessible/src/atk/nsMaiInterfaceTable.h
>===================================================================
>RCS file: /cvsroot/mozilla/accessible/src/atk/nsMaiInterfaceTable.h,v
>retrieving revision 1.1
>diff -p -u -5 -r1.1 nsMaiInterfaceTable.h
>--- accessible/src/atk/nsMaiInterfaceTable.h	6 May 2003 02:23:46 -0000	1.1
>+++ accessible/src/atk/nsMaiInterfaceTable.h	12 Jan 2005 05:35:40 -0000
>@@ -53,24 +53,24 @@ public:
...
>     void SetColumnDescription(nsAString &aString) {
>-        mColumnDescription = aString;
>+        mColumnDescription = NS_ConvertUCS2toUTF8(aString);
>     }

Maybe use CopyUTF16toUTF8 here instead?

>     void SetRowDescription(nsAString &aString) {
>-        mRowDescription = aString;
>+        mRowDescription = NS_ConvertUCS2toUTF8(aString);
>     }

Same.
Attachment #170995 - Flags: review?(pkwarren) → review+
Attached patch patch v2Splinter Review
Updated patch (using CopyUTF18toUTF8 instead of NS_ConvertUCS2toUTF8)
Attachment #171843 - Flags: superreview?(Henry.Jia)
Attachment #171843 - Flags: superreview?(Henry.Jia) → superreview+
patch checked in
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: