After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 749343 - Horizontal scroll causes vertical scrolling
Horizontal scroll causes vertical scrolling
Status: RESOLVED FIXED
Product: gnome-builder
Classification: Other
Component: editor
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Builder Maintainers
GNOME Builder Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-05-13 23:57 UTC by Garrett Regier
Modified: 2016-05-05 14:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Garrett Regier 2015-05-13 23:57:32 UTC
To reproduce:
 1) Select a line near the end of the screen but with more lines below it
 2) Go to end of line
 3) Hold down space
 4) Watch as you somehow scroll up (and to the right, but that is expected)


Probably a weird floating point bug ide_source_view_scroll_to_iter() as it is trying to deal with visible_rect and scroll offset.
Comment 1 Christian Hergert 2016-05-05 14:47:01 UTC
This seems to have been fixed. Reopen if you can reproduce, but my quick testing showed otherwise. I think it was fixed as part of the viewport cleanup (where we maintain a smaller visible area than say, textview).