Closed
Bug 493685
Opened 16 years ago
Closed 13 years ago
fire name change event for ATK
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 659018
People
(Reporter: surkov, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: access)
Currently we don't process cross platform name change to map it into ATK event.
Ginn suggested the following code snippet to notify linux AT about name change:
NS_ConvertUTF8toUTF16 objName(aAtkObj->name);
737 if (!uniName.Equals(objName)) {
738 atk_object_set_name(aAtkObj,
739 NS_ConvertUTF16toUTF8(uniName).get());
740 }
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•