Closed Bug 356152 Opened 18 years ago Closed 18 years ago

Menu items should have action "click"

Categories

(Core :: Disability Access APIs, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: parente, Assigned: gaomingcn)

References

Details

(Keywords: access)

Attachments

(1 file)

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?
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.
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.
Blocks: newatk
Keywords: access
Assignee: aaronleventhal → gaomingcn
Attached patch patch draftSplinter Review
There is no thing like "AtkAction" enum... This patch will change "select" to "click". Should we collect all the action names and map them?
Attachment #244809 - Flags: review+
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.

Attachment

General

Creator:
Created:
Updated:
Size: