signalapp / Signal-Desktop

A private messenger for Windows, macOS, and Linux.
https://signal.org/download
GNU Affero General Public License v3.0
14.53k stars 2.63k forks source link

After upgrade to desktop version 1.36.3 on windows 10 emoticons button doesn't work anymore. #4555

Closed Gerard64 closed 3 years ago

Gerard64 commented 3 years ago

Bug Description

Steps to Reproduce

Actual Result: Emoticons button doesn't work anymore.

Expected Result:

I expect the emoji's windows to open wen i click the emoji's button.

Screenshots

Untitled-1

Platform Info

Signal Version: v1.36.3

Operating System: Microsoft Windows [Version 10.0.19041.508]

Linked Device Version:

Link to Debug Log

Kingwad commented 3 years ago

Only adjusting to the minimum window height is required to reproduce. The issue seems to arise from the fact that the pane containing the emojis is taller than the window, and instead of rendering above the entry field and slightly clipping off the top, it renders below entirely out of sight except for the very top of the pane border. You can see this switch by opening the emoji window and actively resizing the window height to and from the smallest available height.

image

image

The issue does not occur if you have selected the "Hide Menu Bar" option in preferences, as this causes the vertical drawable area to increase by just the right amount to prevent the transition from draw above to draw below.

EvanHahn-Signal commented 3 years ago

Thanks. I just reproduced this and have filed it as a bug.

EvanHahn-Signal commented 3 years ago

This was fixed in #5152, so I'm going to close. Thanks again for reporting.