Skip to content

js: Add missing chain-ups in vfuncs

Florian Müllner requested to merge fmuellner/gnome-shell:chain-up into master

Commit 55b57421 changed signal handlers to the corresponding vfuncs, but didn't always chain up as necessary. In most places this doesn't matter, but at the very least the commit broke activating message list items via the keyboard.

Add all (hopefully) the missing chain-ups to get the expected behavior back.

Fixes #2319 (closed)

Edited by Florian Müllner

Merge request reports