GNOME Bugzilla – Bug 166085
scrollbar and slider sheet objects don't work properly on loading.
Last modified: 2005-02-07 16:52:53 UTC
Open a workbook containing a scrollbar (vertical, since it's not possible to create an horizontal one...), and try to change the value by clicking below the cursor (moving the cursor works). Nothing happens (clicking above decreases the value by 1 instead of page_increment). Normal behaviour is restored by opening the property box and validate. I could not find in the code what goes wrong. This bug affects both branches.
Created attachment 36891 [details] a file which demonstrates the bug
For what it's worth: this seems to work fine in 1.4.1 on Linux.
I observe the bug with 1.4.1 on gentoo linux as well as with cvs versions. I did not try with windows. gtk+ is 2.6.1.
Oops, sorry, it's agentoo bug. They patch gtk+ for smooth scrolling and that's probably where is the problem. When using unpatched gtk+ everything works correctly. This is NOT a gnumeric bug.
If it isn't a gnumeric bug we should close it...
Created attachment 37062 [details] [review] fixes the problem we had some sort of cyclic recalculation because of a misplaced "swa->being_updated = FALSE;"
can be fixed in gnumeric, see patch.
Comment on attachment 37062 [details] [review] fixes the problem doh! of course, you're right. Please commit both branches
commited to both trees, this bug can be closed.