Bug 430619

Summary: Autocomplete issue
Product: [Applications] kdevelop Reporter: abin <abin.gecb>
Component: UI: generalAssignee: kdevelop-bugs-null
Status: RESOLVED FIXED    
Severity: normal CC: mail
Priority: NOR    
Version First Reported In: 5.6.1   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description abin 2020-12-20 12:37:37 UTC
SUMMARY
Autocomplete pop up  disappear after showing the options 

STEPS TO REPRODUCE
1.declare a varible eg 'identity' and  call the variable inside a function eg print(identity).
2. start typing print(identity), the system shows autocomplete options 'print',select print and start typing identity, after typing 'i' and then 'd' system shows autocomplete options for begining with i and id  
3. when 3rd chara is typed the autocomplete option disappears ,happens for keywords and functions

OBSERVED RESULT
autocomplete option disappears on typing the 3rd chara

EXPECTED RESULT
autocomplete option should remain until the option is selected or word is completed

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: linux 5.9.41/plasma5.20.4
(available in About System)
KDE Plasma Version: 5.20.4
KDE Frameworks Version: 5.75.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
Comment 1 Sven Brauch 2021-07-28 09:06:03 UTC
Which version of KDevelop and KTextEditor is this? I have seen some new weird behaviour very recently.