! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Details pane in "Weather Report" window isn't scrollable with keyboard
Status:
RESOLVED: FIXED
Product:
Xfce4-weather-plugin
Component:
General

Comments

Description Mukundan Ragavan 2019-09-01 20:29:41 CEST
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.

+=+=+=+=+=+=+=
Comment 1 Andre Miranda editbugs 2019-09-01 22:09:35 CEST
FWIW I can use ctrl+up/down to scroll the Forecast view, but not Details.
Comment 2 Andre Miranda editbugs 2019-09-01 23:26:32 CEST
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.
Comment 3 Git Bot editbugs 2020-03-01 13:14:05 CET
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
Comment 4 Sean Davis editbugs 2020-03-01 13:15:13 CET
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.

Bug #15912

Reported by:
Mukundan Ragavan
Reported on: 2019-09-01
Last modified on: 2020-03-01

People

Assignee:
Harald Judt
CC List:
3 users

Version

Version:
0.10.0

Attachments

Additional information