| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/base_automation_handler.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/base_automation_handler.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/base_automation_handler.js
|
| index 22f72c24bca074ef86f3a3c65bae6bf25f72c62b..5d2f56a152ebe233de147f0764acb6082cad2544 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/base_automation_handler.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/base_automation_handler.js
|
| @@ -35,6 +35,7 @@ BaseAutomationHandler = function(node) {
|
| loadComplete: this.onLoadComplete,
|
| menuStart: this.onEventDefault,
|
| menuEnd: this.onEventDefault,
|
| + selection: this.onEventDefault,
|
| scrollPositionChanged: this.onScrollPositionChanged,
|
| textChanged: this.onTextChanged,
|
| textSelectionChanged: this.onTextSelectionChanged,
|
|
|