Bug 351661

Summary: [quick fix] Close pop-up on Backspace (was: Deleting text is slow when quick fix pop-up is open)
Product: [Eclipse Project] JDT Reporter: Ankur Sharma <ankur_sharma>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: REOPENED --- QA Contact:
Severity: normal    
Priority: P3 CC: daniel_megert, stephan.herrmann
Version: 3.7   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard: stalebug

Description Ankur Sharma CLA 2011-07-10 13:36:22 EDT
Its a off scenario of let me explain the problem using this Snippet. Create a simple Java 1.5 project and use it there.


import java.util.ArrayList;

public class C {

	ArrayList<String>
}


The code is incomplete hence you will get a red lining under "ArrayList<String>", which is good. Now place the cursor after "ArrayList<String>" and press Ctrl + 1. This will show an empty floating panel. Without closing it, start hitting backspace.

The text deletion is very slow and in my case hung the editor for long duration. Subsequent retries did not hung it but are visibly slow as compared to if you Esc close the panel first.
Comment 1 Dani Megert CLA 2011-07-12 05:54:17 EDT
This is because we recompute the input for the pop-up and this requires the new AST.

We should simply close the pop-up on Backspace.
Comment 2 Eclipse Genie CLA 2020-05-16 16:54:03 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug.

If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 3 Stephan Herrmann CLA 2020-05-16 17:07:24 EDT
.
Comment 4 Eclipse Genie CLA 2022-05-07 19:35:58 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 5 Eclipse Genie CLA 2024-04-27 09:43:24 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.