Changes between Initial Version and Version 1 of Ticket #38922, comment 41
- Timestamp:
- 01/30/2018 03:05:46 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38922, comment 41
initial v1 1 @afercia I did some testing and it turns out the behavior of the suggest completion on enter was n at affected here - it was changed in r41988 (see #42234) where the handler for the input event was changed from keyup to keypress. (cc @SergeyBiryukov)1 @afercia I did some testing and it turns out the behavior of the suggest completion on enter was not affected here - it was changed in r41988 (see #42234) where the handler for the input event was changed from keyup to keypress. (cc @SergeyBiryukov) 2 2 3 3 Perhaps we can listen for both events or listen for the 'input' event instead if this is an issue that needs addressing?