Bug 569677

Summary: Completion dialog doesn't react to line moving (eg code-minings)
Product: [Eclipse Project] Platform Reporter: Mickael Istria <mistria>
Component: TextAssignee: Platform-Text-Inbox <platform-text-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 4.19   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 553849    

Description Mickael Istria CLA 2020-12-12 09:35:43 EST
Steps to reproduce:
1. Turn error/warning code-minings on
2. Open a .java editor
3. scroll to the top
4. select anywhere
5. Ctrl+Space (to show the completion popup)
6. type random erroneous code
ISSUE => code mining shows us in place of the line, line in moved down, below the completion dialog.

In such case where line height or y position change, the completion dialog should move according to the line position.