Setup
wayland | master | 1.0.90-0-g509d1d8 |
drm | master | heads/master-0-gb7bb9e9 |
macros | master | heads/master-0-gc98b41d |
glproto | master | heads/master-0-g8e3407e |
dri2proto | master | heads/master-0-gead89ad |
mesa | master | heads/master-0-ge4484a0 |
kbproto | master | heads/master-0-gf7022f5 |
libX11 | master | heads/master-0-gf49bb2d |
libxkbcommon | master | heads/master-0-ga392d26 |
pixman | master | heads/master-0-g9d0bb10 |
cairo | master | heads/master-0-ga64ce09 |
weston | master | heads/master-0-gb67c91d |
harfbuzz | master | heads/master-0-g57542d7 |
glib | master | heads/master-0-gaede774 |
atk | master | heads/master-0-gbf47ddb |
efl | master | heads/master-0-g2d62ea8 |
elementary | master | heads/master-0-g79f2e0b |
cogl | cogl-1.14 | heads/cogl-1.14-0-g6cab431 |
clutter | clutter-1.14 | heads/clutter-1.14-0-g7ef97ae |
Steps
- Ensure you're using the "standard" profile for elementary.
- Launch a program with a list object and callbacks for "edge,top" and "edge,bottom", along with enough items to scroll.
- Click the scrollbar to the right of the list and drag it up and down all the way.
- Observe the callbacks are not made when using the scrollbar, however they are if you use the keyboard or the mouse wheel.
- This includes dragging the scrollbar or clicking the up/down arrows at the top/bottom of the scrollbar.
Extras
Example program included, based off list_example_01.c