masm11 / emacs

Mirror of GNU Emacs
http://www.gnu.org/software/emacs/
GNU General Public License v3.0
198 stars 14 forks source link

Mouse disapears on xwidgets #62

Closed A6GibKm closed 4 years ago

A6GibKm commented 4 years ago

When opening a webpage using xwidget-webkit-browse-url, the mouse disapears when it is above the buffer. It appears once again after it hits the scrollbar, and there are problably other triggers for it to fix itself.

Screencast: https://imgur.com/a/9oUcPDi If the quality is bad, here is the original: Screencast.zip

Environment

Fedora Silverblue 33 GNOME 3.38 Wayland

How to reproduce

Disclaimer: Due to some issue with my OS I am unable to run Emacs without pgtk, and therefore to test this in a clean setting.

masm11 commented 4 years ago

reproduced. thanks for finding this issue. it seems to be a mainloop-related issue, and is very difficult. i'll try to debug.

A6GibKm commented 4 years ago

Try to see if this is reproducible in a non-pgtk emacs build. Sadly I can't test that myself and the flatpak version which I can test is not built with xwidgets.

masm11 commented 4 years ago

It is not reproducible on X-build.

masm11 commented 4 years ago

it seems to be a mainloop-related issue,

That was misunderstanding.

Try #65.

A6GibKm commented 4 years ago

Fixed by #65.