Giter VIP home page Giter VIP logo

Comments (9)

Airblader avatar Airblader commented on August 17, 2024

Thank you for that detailed report! Since this works with awesome 3.4, have you considered bisecting it to track it down?

from awesome.

Elv13 avatar Elv13 commented on August 17, 2024

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.

from awesome.

andreas1724 avatar andreas1724 commented on August 17, 2024

I used the appropriate default rc.lua which comes with each version of awesome.

Update: no eclipse-bug in qtile (0.9.1) anymore. again eclipse-bug in qtile 0.9.1 (The problem was temporarily gone in the qtile-windows-manager 0.9.1. Maybe volatile.)

from awesome.

halemmerich avatar halemmerich commented on August 17, 2024

I have the same behaviour using:
OpenJDK Runtime Environment (IcedTea 2.5.5) (Arch Linux build 7.u79_2.5.5-1-x86_64)
awesome v3.5.6 (For Those About To Rock)
Luna Service Release 2 (4.4.2)

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.
I tried removing the sloppy focus section from rc.lua, but have not seen a change in the eclipse behaviour.

from awesome.

kiike avatar kiike commented on August 17, 2024

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.

awesome v3.5.2-2163-gb2e0e55 (The Fox)
 • Compiled against Lua 5.3.3 (running with Lua 5.3)
 • D-Bus support: ✔
 • execinfo support: ✔
 • RandR 1.5 support: ✔
 • LGI version: 0.9.1

Here's a video of me trying to reproduce the bug. Let me know if there's anything else I should try in it.

eclipse

EDIT: Using Eclipse-java from Arch repos v4.6.1-1 on OpenJDK 8.u112-1.

from awesome.

Airblader avatar Airblader commented on August 17, 2024

This issue has been fixed in Eclipse, see the comment in the linked issue over at i3.

from awesome.

psychon avatar psychon commented on August 17, 2024

Thanks for the information. Upstream issue is here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=466114

from awesome.

nathantippy avatar nathantippy commented on August 17, 2024

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.

final StyledText textWidget = viewer.getTextWidget();    	
	viewer.addTextListener(new ITextListener() {
		@Override
		public void textChanged(TextEvent event) {					
			textWidget.setCaret(textWidget.getCaret());
			viewer.removeTextListener(this);
		}
	});

This should provide a clue based on what gets modified when setCaret is called.

from awesome.

vlan1337 avatar vlan1337 commented on August 17, 2024

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.

Sample-1:
image

Sample-2:
image

Note: Not sure if this helps, but this is marked as fixed here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=466114.

from awesome.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.