| 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 5d2f56a152ebe233de147f0764acb6082cad2544..0081ae3c858ebc799b0ed5b2254f778a62f3c932 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
|
| @@ -33,6 +33,7 @@ BaseAutomationHandler = function(node) {
|
| focus: this.onFocus,
|
| hover: this.onEventDefault,
|
| loadComplete: this.onLoadComplete,
|
| + menuListItemSelected: this.onEventDefault,
|
| menuStart: this.onEventDefault,
|
| menuEnd: this.onEventDefault,
|
| selection: this.onEventDefault,
|
|
|