| 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 a806abd5b6270ab9e7083041a6e80d941fd62f4e..67b261f3cb7cbf9b8ea1f12397f8003f0e9a0343 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| @@ -418,7 +418,7 @@ Background.prototype = {
|
| .go();
|
| prevRange = this.currentRange_;
|
| this.setCurrentRange(
|
| - this.currentRange_.move(cursors.Unit.NODE, Dir.FORWARD));
|
| + this.currentRange_.move(cursors.Unit.DOM_NODE, Dir.FORWARD));
|
|
|
| if (!this.currentRange_ || this.currentRange_.equals(prevRange))
|
| global.isReadingContinuously = false;
|
|
|