Closed
Bug 873412
Opened 12 years ago
Closed 12 years ago
[AccessFu] Implement performAction for clicking
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: maxli, Assigned: maxli)
Details
Attachments
(1 file, 1 obsolete file)
|
3.74 KB,
patch
|
maxli
:
review+
|
Details | Diff | Splinter Review |
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 | ||
Updated•12 years ago
|
Assignee: nobody → maxli
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #752118 -
Flags: review?(eitan)
Updated•12 years ago
|
Attachment #752118 -
Attachment is patch: true
Attachment #752118 -
Attachment mime type: text/x-patch → text/plain
Comment 2•12 years ago
|
||
Comment on attachment 752118 [details] [diff] [review]
Patch
>+ Services.obs.addObserver(this, 'Accessibility:ActivateObject', false);
Should this observer also be removed upon shutdown?
Comment 3•12 years ago
|
||
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 4•12 years ago
|
||
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+
Updated•12 years ago
|
Attachment #752118 -
Attachment is obsolete: true
Comment 6•12 years ago
|
||
Comment 7•12 years ago
|
||
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.
Description
•