Bug 569677 - Completion dialog doesn't react to line moving (eg code-minings)
Summary: Completion dialog doesn't react to line moving (eg code-minings)
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 4.19   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 553849
  Show dependency tree
 
Reported: 2020-12-12 09:35 EST by Mickael Istria CLA
Modified: 2020-12-12 09:36 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.