Closed Bug 873412 Opened 12 years ago Closed 12 years ago

[AccessFu] Implement performAction for clicking

Categories

(Core :: Disability Access APIs, defect)

ARM
Android
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla24

People

(Reporter: maxli, Assigned: maxli)

Details

Attachments

(1 file, 1 obsolete file)

Followup to bug 785144, This doesn't work right now, e.g. you can't tap the braille overlay item to activate an item.
Assignee: nobody → maxli
Attached patch Patch (obsolete) — Splinter Review
Attachment #752118 - Flags: review?(eitan)
Attachment #752118 - Attachment is patch: true
Attachment #752118 - Attachment mime type: text/x-patch → text/plain
Comment on attachment 752118 [details] [diff] [review] Patch >+ Services.obs.addObserver(this, 'Accessibility:ActivateObject', false); Should this observer also be removed upon shutdown?
Comment on attachment 752118 [details] [diff] [review] Patch Review of attachment 752118 [details] [diff] [review]: ----------------------------------------------------------------- Yep. Looks good. Along with what Marco said.
Attachment #752118 - Flags: review?(eitan)
Attachment #752118 - Flags: review?(bugmail.mozilla)
Attachment #752118 - Flags: review+
Comment on attachment 752118 [details] [diff] [review] Patch Review of attachment 752118 [details] [diff] [review]: ----------------------------------------------------------------- ::: mobile/android/base/GeckoAccessibility.java @@ +305,5 @@ > default: > break; > } > } > + else if (action == AccessibilityNodeInfo.ACTION_CLICK && virtualViewId == VIRTUAL_CURSOR_POSITION) { style nit: Please move this up onto the same line as the preceding }
Attachment #752118 - Flags: review?(bugmail.mozilla) → review+
Attached patch Patch v2Splinter Review
Patch with comments addressed
Attachment #752299 - Flags: review+
Attachment #752118 - Attachment is obsolete: true
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: