nheko icon indicating copy to clipboard operation
nheko copied to clipboard

Empty space when right-clicking on a message

Open BlitDev opened this issue 3 years ago • 5 comments

Describe the bug

When you right-click on any message, a piece of empty space is displayed on top.

To Reproduce

  1. Go to some chat
  2. Right click on some message
  3. See error

What happened?

No response

Expected behavior

No response

Screenshots

image

Version

0.9.3-65d58fe

Operating system

Linux

Installation method

Some repository (AUR, homebrew, distribution repository, PPA, etc)

Qt version

No response

C++ compiler

No response

Desktop Environment

Arch linux with Xfce4 DE

Did you use profiles?

  • [ ] Profiles used?

Relevant log output

No response

Backtrace

No response

BlitDev avatar Jul 04 '22 07:07 BlitDev

Have you tried right clicking a message that is further up? It looks like the menu is scrolled down, which might be because of the screen dimensions.

deepbluev7 avatar Jul 04 '22 07:07 deepbluev7

Have you tried right clicking a message that is further up? It looks like the menu is scrolled down, which might be because of the screen dimensions.

The resolution of my screen is 1366x768 (1.5*720p), there is no such problem in other programs, only in Nheko.

BlitDev avatar Jul 04 '22 09:07 BlitDev

No, I didn't mean screensize, I meant that because the menu would intersect the bottom border of the screen, that the menu is moved up as well as scrollable and that causes the issue that there is empty space at the top. Which would be easy to verify by trying to open the menu further up in the timeline.

deepbluev7 avatar Jul 04 '22 20:07 deepbluev7

image

BlitDev avatar Jul 05 '22 12:07 BlitDev

Thanks. This is about what I expect, the menu interacting badly with the screen boundaries. I don't think there is much we can do to fix that currently, since that requires the screen bounds to be properly set by Qt, but Qt6 should fix that.

deepbluev7 avatar Jul 05 '22 18:07 deepbluev7

This should be fixed, but it would be great if someone could confirm once they use the qt6 nightly :)

deepbluev7 avatar Jun 08 '23 21:06 deepbluev7

Please reopen if it isn't fixed on the master branch :)

deepbluev7 avatar Jun 08 '23 21:06 deepbluev7