New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eclipse: completion popup-window disappearing #71
Comments
|
Thank you for that detailed report! Since this works with awesome 3.4, have you considered bisecting it to track it down? |
|
If you bisect between 3.4 and 3.5, you have to use the default rc.lua. There was many breaking config changes in the last 6 years since the 3.4 and 3.5 branches diverged. |
|
I used the appropriate default rc.lua which comes with each version of awesome. Update: |
|
I have the same behaviour using: If I give focus to another window and then back to eclipse tooltips and content assist are shown as expected. After focusing it via mouse click it works once as expected, then all following uses the pop up does directly vanish on mouseover. |
|
Hi @andreas1724! Have you tried newer versions of Awesome WM? So far, I couldn't reproduce with Awesome Git master from yesterday and a vanilla config. Here's a video of me trying to reproduce the bug. Let me know if there's anything else I should try in it. EDIT: Using Eclipse-java from Arch repos v4.6.1-1 on OpenJDK 8.u112-1. |
|
This issue has been fixed in Eclipse, see the comment in the linked issue over at i3. |
|
Thanks for the information. Upstream issue is here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=466114 |
|
This appears to be back again in 2020-03 and 2020-06 on ubuntu 18.04. As described above if the mouse is used to select the content assist value the cursor will not appear. As a Hack solution for my own content assist I added the following to computeCompletionProposal and the issue was fixed. This should provide a clue based on what gets modified when setCaret is called. |
|
This issue happens with Eclipse 2023-03(4.27.0) Build id: 20230309-1520, in Ubuntu 22.0.4.1 (Jammy Jellyfish). Issue Description: Content-assist pop-up windows (for ex., when hover over an error pointer - see samples attached) disappear when trying to click on them. Therefore, it becomes impossible to apply quick-fixes that are suggested as links, in the content-assist pop-ups (or) even to understand the error by reading the entire pop-up message. Note: Not sure if this helps, but this is marked as fixed here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=466114. |



Linux: 3.17.6-1-ARCH
Awesome: v3.5.2-225-g30b313f (The Fox)
Eclipse: Luna Service Release 1 (4.4.1)
Java: java-8-jdk, java-8-jre/jre (Oracle), or OpenJDK
Pressing Ctrl+Space in Eclipse activates the content assist. The content assist window with a list of proposals will appear. When I choose an item of the list with the mouse or when I press the Tab-key to give focus to the content assist window, the content assist will stop working flawless: Each time, I hover the cursor above the content assist window, it disappears immediately. I can temporarily fix the content assist, by moving Eclipse to another workspace. But choosing an item of the proposal list with the mouse will corrupt the content assist window again.
I read about the problems with non-reparenting window managers and java (though awesome is a reparenting WM now, I guess) on http://awesome.naquadah.org/wiki/Problems_with_Java: I could not fix the problem.
I replaced awesome 3.5 with awesome 3.4: The problem vanishes, Eclipses content assist works flawless.
P. S.: The same problem occurs to the tooltip-windows in Eclipse: to give focus to a tooltip-window will cause the next calling of a tooltip-window AND completion-window to fail. The problem is related to JFace. Two snippets with the same problem:
Awesome is not the only tiling-WM having this problem:
Same bug as Awesome:
No problems with Eclipse detected:
The text was updated successfully, but these errors were encountered: