Description
Im running Sway and wlroots from their current git master branches. The merge of the PRs #5948 and swaywm/wlroots#2605 by @BrassyPanache finally made IntelliJ usable with sway for me. There's just the following tiny bit which I still run into.
When debugging a Java program and standing on a breakpoint, you can hover over a variable and a tooltip will appear with a big + symbol. Clicking that will open a new inspection tooltip where you can expand and view the structure of the object. This tooltip is resizable in Gnome (on Wayland) but it's not resizable in Sway. Or rather, I could initially make it smaller by clicking and holding an edge and dragging but now that it is pretty small (see screenshot), I cannot make it bigger (or even smaller) again.
I've tried grabbing on the edges (where the mouse pointer gets the resize-shape) and pressing $mod while dragging with the right mouse button. The former just does nothing. With the latter, it seems pressing and holding the right mouse button delivers a right click event to the tooltip, at least I get the same IntelliJ context menu I get when just right-clicking in there.
Activity