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 533051 - page does not scroll when searching for reference field
page does not scroll when searching for reference field
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: GUI
1.9.x
Other All
: Normal normal
: ---
Assigned To: Almer S. Tigelaar
Jody Goldberg
: 580356 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-05-14 03:52 UTC by Daniel Vianna
Modified: 2009-06-11 05:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed solution (force focusing of the selected sheet, this appears to solve the problem) (616 bytes, patch)
2009-06-03 19:36 UTC, Almer S. Tigelaar
committed Details | Review

Description Daniel Vianna 2008-05-14 03:52:16 UTC
Please describe the problem:
I enter "=" in a cell, then go to another worksheet to reference another cell. When I do that, the scroll wheel in my mouse does not scroll that page as it does normally.

Steps to reproduce:
1. enter "=" in a cell
2. go to another worksheet
3. use the mouse scroll wheel


Actual results:
the page does not scroll

Expected results:
When I use the mouse wheel, the page I'm viewing should scroll

Does this happen every time?
Yes

Other information:
It works if I don't go to a different worksheet
Comment 1 Almer S. Tigelaar 2009-06-03 19:33:27 UTC
Interestingly, something does actually scroll. Namely, the sheet where you entered "=" appears to scroll. This led me to conclude that his was a focus problem. Scrolling works, simply not on the sheet that is active at the time, but rather the sheet that has the input focus.

There are two behaviours from this that a user does not expect:
1) The active sheet does not scroll (as described in the bug)
2) The "=" sheet might be scrolled so far that the cell with the "=" itself is no longer visible when switching back! (which is even more confusing).

Not difficult to fix, patch attached (maybe the patch can be brushed up to integrate a bit neater though, let me know if it needs polishing).
Comment 2 Almer S. Tigelaar 2009-06-03 19:36:45 UTC
Created attachment 135904 [details] [review]
proposed solution (force focusing of the selected sheet, this appears to solve the problem)
Comment 3 Andreas J. Guelzow 2009-06-03 21:04:54 UTC
*** Bug 580356 has been marked as a duplicate of this bug. ***
Comment 4 Andreas J. Guelzow 2009-06-11 05:48:09 UTC
Thanks Almer!

This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.