Downstream (Fedora) bug report - https://bugzilla.redhat.com/show_bug.cgi?id=1747625 Text below is copied from the bug report linked above - +=+=+=+=+=+=+= Description of problem: details pane in "Weather Report" window can be scrolled with mouse only. This is deadly annoying on laptops and their touchpads as the only tracking device. Version-Release number of selected component (if applicable): 0.10.0 How reproducible: always Steps to Reproduce: 1. Open "Weather Report" 2. Switch to "Details" pane (either arrow keys or ^PgUp/^PgDn would do) 3. Press down key, PgDn, space bar… Actual results: nothing happens Expected results: window scrolls down Additional info: it workes on 0.8.11; probably this breakage is due to gtk3 transition. +=+=+=+=+=+=+=
FWIW I can use ctrl+up/down to scroll the Forecast view, but not Details.
This is caused by GtkTextView wrapped in GtkOverlay, as introduced by: https://git.xfce.org/panel-plugins/xfce4-weather-plugin/commit/?id=266992c Reverting that commit solves the problem but the logo is misplaced.
Sean Davis referenced this bugreport in commit ff0c3ec9f71ad27b635637774d0b065d6e49b8ef Enable keyboard scrolling in Details pane (bug #15912) https://git.xfce.org/panel-plugins/xfce4-weather-plugin/commit?id=ff0c3ec9f71ad27b635637774d0b065d6e49b8ef
Resolved with the above commit. Signal propagation seems to get broken by the GtkOverlay, so I manually added support for the standard scroll methods to the details pane.