bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#52705: 29.0.50; Flashing popups when x-gtk-use-system-tooltips is n


From: Po Lu
Subject: bug#52705: 29.0.50; Flashing popups when x-gtk-use-system-tooltips is nil in pgtk
Date: Sun, 02 Jan 2022 20:33:37 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux)

Po Lu <luangruo@yahoo.com> writes:

> martin rudalics <rudalics@gmx.at> writes:
>
>> - The rightmost letter of a tooltip (typically an "u" in "Menu") is
>>   usually cropped off by ~50%.  Letters like "i" and "r" are fully
>>   visible so I suppose it's a variable pitch issue.  I don't see it with
>>   a mono-spaced font.
>
> Thanks, I will look into that.

It's a problem with how we receive allocation signals for the tooltip
frame, and then call xg_frame_resized on it.  I installed a workaround
on master.

That nasty bug doesn't happen on X builds because there tooltip windows
are regular X windows even when built with GTK.

Thanks.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]