Daniel Cherrington
Daniel Cherrington
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.40.0 x64 **Electron**: 3.1.10 **OS**: Ubuntu 19.10 **Thrown From**: [atom-autocomplete-php](https://github.com/Peekmo/atom-autocomplete-php) package 0.25.6 ### Stack Trace Uncaught TypeError: Cannot read property 'params'...
1. Open PHP file 2. Hover over variable **Atom**: 1.36.1 x64 **Electron**: 2.0.18 **OS**: Ubuntu 19.04 **Thrown From**: [atom-autocomplete-php](https://github.com/Peekmo/atom-autocomplete-php) package 0.25.6 ### Stack Trace Uncaught TypeError: Cannot read property 'class'...
When an input is auto completed by chrome (e.g password/username) it triggers an event that scoutbar is listenting to but excludes the "key" property. This throws an exception when calling...