Bug 351661 - [quick fix] Close pop-up on Backspace (was: Deleting text is slow when quick fix pop-up is open)
Summary: [quick fix] Close pop-up on Backspace (was: Deleting text is slow when quick ...
Status: REOPENED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.7   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-10 13:36 EDT by Ankur Sharma CLA
Modified: 2024-04-27 09:43 EDT (History)
2 users (show)

See Also:


Attachments

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