| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| index cd9809eb237d67353f719186a824a616818fd62d..dc2fdece34394575665044b27b4eea25786baba3 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| @@ -658,7 +658,7 @@ Background.prototype = {
|
| actionNode.doDefault();
|
| if (selectionSpan) {
|
| var start = text.getSpanStart(selectionSpan);
|
| - var targetPosition = position - start + selectionSpan.offset;
|
| + var targetPosition = position - start;
|
| actionNode.setSelection(targetPosition, targetPosition);
|
| }
|
| },
|
|
|