timepp icon indicating copy to clipboard operation
timepp copied to clipboard

Unable to click the edit button of alarm

Open Zesko opened this issue 2 years ago • 5 comments

The current latest version (fixed closing fullscreen of notification) does not let me to click the edit button of alarm. The "edit" button disappears when the cursor of mouse touches it.

See the screenshot When the cursor touches any entry then the edit button appears: image

But the cursor touches this edit button that will disappear: image

Gnome: 42.3.1 Wayland GTK: 3.24.34 GDM: 42.0 Dash to Panel version 50

Zesko avatar Jul 13 '22 19:07 Zesko

There is another issue:

Time setting does not display when the cursor moves from this extension to other extension in the same panel, then moving back to this extension. image

Zesko avatar Jul 13 '22 19:07 Zesko

I was able to reproduce the menu not showing after moving the mouse away and then back. For me if I move to one of the others (like pomodoro or timer they wouldn't show unless I click them). I further noted that the same would happen to any of the other components like timer.)

See video showing the problem https://cdn.discordapp.com/attachments/850255840875118672/996995523535970394/recording.mp4

image

c-git avatar Jul 14 '22 04:07 c-git

Unfortunately I'm not on gnome shell and my crappy laptop doesn't support virtualization so I can't debug this.

Run this in a terminal:

journalctl /usr/bin/gnome-shell -r

..then replicate the bug and see what gets reported.

zagortenay333 avatar Jul 14 '22 08:07 zagortenay333

journalctl /usr/bin/gnome-shell --no-page -b -f

Jul 14 10:54:01 p15v gnome-shell[1678]: clutter_actor_set_mapped: assertion '!CLUTTER_ACTOR_IN_MAP_UNMAP (self)' failed
Jul 14 10:54:03 p15v gnome-shell[1678]: clutter_actor_set_mapped: assertion '!CLUTTER_ACTOR_IN_MAP_UNMAP (self)' failed
Jul 14 10:54:11 p15v gnome-shell[1678]: clutter_actor_set_mapped: assertion '!CLUTTER_ACTOR_IN_MAP_UNMAP (self)' failed
Jul 14 10:54:12 p15v gnome-shell[1678]: clutter_actor_set_mapped: assertion '!CLUTTER_ACTOR_IN_MAP_UNMAP (self)' failed

This is exactly message that appears when the cursor touches the "edit" button (Tried 4 times = 4 same messages).

Zesko avatar Jul 14 '22 08:07 Zesko

Seems an issue of gnome-shell:

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2299

the fix will be available in gnome 42.1 according to what said in the related issue

https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3165

digitalillusion avatar Jul 14 '22 10:07 digitalillusion