Reporter | Lilia Shamsutdinova (Lilia.Shamsutdinova) |
---|---|
Created | Mar 27, 2018 6:10:55 PM |
Updated | Apr 17, 2018 1:38:00 PM |
Subsystem | Refactorings |
Assignee | Alisa Afonina (alisa.afonina) |
Priority | Show-stopper |
State | Fixed In Branch |
Type | Bug |
Fix version | 2018.2 |
Affected versions | 2018.1 |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
JetBrains ReSharper Ultimate 2018.1 EAP 4 D Build 12.0.20180322.125946-eap04d.
- Can't select suggested item by Enter. Instead of choose an item Enter clicks on Next and closes the dialog. (Can be checked on "Replace Constructor With Factory Method" dialog, "Extract Members To Partial").
- Autosuggest is not refreshed. See screenshot.
Steps to reproduce issue #2 (keyboard-only input should be used):
- Open "Replace Constructor With Factory Method" dialog.
- Type something valid (autosuggest should actually suggest something) in "In class:" textbox. Inspect autosuggest.
- Proceed with typing the whole class name.
- Select the class from autosuggest by pressing Tab to navigate further.
- Clear "In class:" textbox.
- Type value from step 2.
- Inspect autosuggest.
Actual result:
Not all values that were displayed after step 2 is displaying after step 7. See screenshot.
Expected result:
Autosuggest should display the same value after step 2 and 7.