Closed
Bug 278039
Opened 20 years ago
Closed 20 years ago
Add a11y description for XUL column
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: Louie.Zhao, Assigned: Louie.Zhao)
References
Details
(Whiteboard: sunport17)
Attachments
(2 files)
(deleted),
patch
|
pkwarren
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
Henry.Jia
:
superreview+
|
Details | Diff | Splinter Review |
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.
Assignee | ||
Comment 1•20 years ago
|
||
Assignee | ||
Updated•20 years ago
|
Attachment #170995 -
Flags: review?(pkwarren)
Comment 2•20 years ago
|
||
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+
Assignee | ||
Comment 3•20 years ago
|
||
Updated patch (using CopyUTF18toUTF8 instead of NS_ConvertUCS2toUTF8)
Assignee | ||
Updated•20 years ago
|
Attachment #171843 -
Flags: superreview?(Henry.Jia)
Attachment #171843 -
Flags: superreview?(Henry.Jia) → superreview+
Assignee | ||
Comment 4•20 years ago
|
||
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.
Description
•