mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
the old-style autopopup: don't unfocus, don't hide
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ class JavaAutoPopupTest extends CompletionAutoPopupTestCase {
|
||||
type('er')
|
||||
assertOrderedEquals myFixture.lookupElementStrings, "iter", "iterable"
|
||||
assertEquals 'iter', lookup.currentItem.lookupString
|
||||
assert !lookup.focused
|
||||
assert lookup.focused
|
||||
|
||||
type 'a'
|
||||
assert lookup.focused
|
||||
|
||||
Reference in New Issue
Block a user