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 53134 - small 1-month calendar handles mouse scroll wheel poorly
small 1-month calendar handles mouse scroll wheel poorly
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
1.2.x
Other Linux
: Normal normal
: future
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2001-04-12 08:15 UTC by elliott
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix this in HEAD. Ok to commit? (2.74 KB, patch)
2002-10-27 19:57 UTC, Abigail Brady
none Details | Review

Description elliott 2001-04-12 08:30:16 UTC
Package:  gnomecal
Severity: normal
Version:  1.2.0
Synopsis: small 1-month calendar handles mouse scroll wheel poorly
Class:    sw-bug

Distribution: Debian testing/unstable
System: Linux 2.2.17 i686 unknown
C library: C library 2.2.2-4
C compiler: 2.95.3
glib: 1.2.10
GTK+: 1.2.10
ORBit: ORBit 0.5.7
gnome-libs: gnome-libs 1.2.13
libxml: 1.8.11
gnome-print: gnome-print <none>
gnome-core: gnome-core 1.4.0.1


Description:
The small 1-month calendar pane (upper right of Day View, lower left of
Week View in default layout) will select the date under the pointer upon
*any* mouse button click, including buttons 4 & 5, or scroll up and
scroll down on the mouse wheel (not sure if those are in the right
order).  A much more intuitive behavior would be for the mouse scroll
wheel to either have no effect, or to scroll the month forward/backward
one.




------- Bug moved to this database by unknown@bugzilla.gnome.org 2001-04-12 04:30 -------

Unknown version 1.2.x in product gnome-pim. Setting version to the default, "unspecified".
The original reporter (elliott@ejegg.com) of this bug does not have an account here.
Reassigning to the exporter, unknown@bugzilla.gnome.org.
Reassigning to the default owner of the component, gnome-pim-maint@bugzilla.gnome.org.

Comment 1 Sebastian Rittau 2002-03-09 15:10:56 UTC
This is a problem with Gtk+'s GtkCalendar widget.
Comment 2 Owen Taylor 2002-03-09 18:26:44 UTC
Will have no effect in 2.0. Putting it on the future milestone
as a request for enhancement for it to actually do something.
Comment 3 Abigail Brady 2002-10-27 19:57:09 UTC
Created attachment 11876 [details] [review]
Patch to fix this in HEAD. Ok to commit?
Comment 4 William Jon McCann 2003-08-01 21:43:45 UTC
Can we get this patch checked in?  It seems safe and would add nice
functionality.