Closed
Bug 118851
Opened 24 years ago
Closed 24 years ago
Active Accessibility: get i18n action names working again
Categories
(SeaMonkey :: General, defect, P4)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla0.9.8
People
(Reporter: aaronlev, Assigned: aaronlev)
Details
(Keywords: access, Whiteboard: looking for r=, sr=)
Attachments
(1 file, 1 obsolete file)
|
8.43 KB,
patch
|
hewitt
:
superreview+
|
Details | Diff | Splinter Review |
At some point we were using nsAccessible::GetTranslatedString() and
accessible.properties to return internationalized action names.
Need to make it work again.
| Assignee | ||
Updated•24 years ago
|
| Assignee | ||
Comment 1•24 years ago
|
||
Rather than passing back literal strings, this patch calls
nsAccessible::GetTranslatedString with a unicode key. GetTranslatedString uses
the key to look up the appropriate i18n string in accessible.properties.
Action names are actions that form controls can do, like check, uncheck, press,
etc.
| Assignee | ||
Updated•24 years ago
|
Whiteboard: looking for r=, sr=
Comment 2•24 years ago
|
||
Comment on attachment 64518 [details] [diff] [review]
This patch makes the accessibility code return i18n-friendly strings for action names
r=jgaunt
Attachment #64518 -
Flags: review+
| Assignee | ||
Comment 3•24 years ago
|
||
| Assignee | ||
Updated•24 years ago
|
Attachment #64518 -
Attachment is obsolete: true
Comment 4•24 years ago
|
||
Comment on attachment 64589 [details] [diff] [review]
More portable string foo - can't use L"blah"
sr=hewitt
Attachment #64589 -
Flags: superreview+
| Assignee | ||
Comment 5•24 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•