New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 639949 link

Starred by 5 users

Issue metadata

Status: Fixed
Owner:
Closed: Sep 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug
Team-Accessibility



Sign in to add a comment

Android accessibliity: implement ACTION_CUT, ACTION_COPY, ACTION_PASTE

Project Member Reported by dmazz...@chromium.org, Aug 22 2016

Issue description

Defined here:

https://developer.android.com/reference/android/view/accessibility/AccessibilityNodeInfo.html#ACTION_CUT

To verify, turn on TalkBack, select an editable text box in Chrome, then do an up-right L-shaped gesture to open TalkBack's local context menu (LCM) to access cut, copy and paste commands.


 
Components: UI>Accessibility
Project Member

Comment 2 by bugdroid1@chromium.org, Aug 25 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/eee8238126d84f092ba19c56cacf5f6da70828d0

commit eee8238126d84f092ba19c56cacf5f6da70828d0
Author: dmazzoni <dmazzoni@chromium.org>
Date: Thu Aug 25 00:41:30 2016

Implement accessible cut, copy and paste actions on Android.

Pretty trivial as they were already implemented and just needed to be
hooked up.

BUG= 639949 

Review-Url: https://codereview.chromium.org/2263423002
Cr-Commit-Position: refs/heads/master@{#414229}

[modify] https://crrev.com/eee8238126d84f092ba19c56cacf5f6da70828d0/content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java

Status: Fixed (was: Started)
Cc: ajit...@samsung.com
 Issue 533330  has been merged into this issue.

Sign in to add a comment