Closed
Bug 356152
Opened 18 years ago
Closed 18 years ago
Menu items should have action "click"
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: parente, Assigned: gaomingcn)
References
Details
(Keywords: access)
Attachments
(1 file)
892 bytes,
patch
|
aaronlev
:
review+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20061010 Minefield/3.0a1
Menu items have one accessible action named "select". In gail, menu items have on action named "click". Should FF mimick what's already done in gail?
Comment 1•18 years ago
|
||
On mac, we'd use the "Pick" action (http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Protocols/NSAccessibility_Protocol/Reference/Reference.html#//apple_ref/doc/c_ref/NSAccessibilityPickAction)
Not that this matters in XP code... I guess I'll just have to translate the pick frorm the user into a click in our XP code.
Comment 2•18 years ago
|
||
We might need to create an nsActionMap.h for each platform, so that the appropriate action name is used in each place.
On Windows the naming doesn't matter yet, so we could just imitate what Linux does.
Updated•18 years ago
|
Assignee: aaronleventhal → gaomingcn
There is no thing like "AtkAction" enum... This patch will change "select" to "click". Should we collect all the action names and map them?
Updated•18 years ago
|
Attachment #244809 -
Flags: review+
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•