[Bug 105335] Re: Ctrl+Left Arrow on numpad moves right, not left

2010-09-16 Thread Bug Watch Updater
** Changed in: gtk Importance: Unknown = Low -- Ctrl+Left Arrow on numpad moves right, not left https://bugs.launchpad.net/bugs/105335 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list

[Bug 105335] Re: Ctrl+Left Arrow on numpad moves right, not left

2007-06-13 Thread Sebastien Bacher
This upload fixes the bug: gtk+2.0 (2.11.2-0ubuntu1) gutsy; urgency=low . * New upstream version * debian/control.in: - Build-Depends on libxcomposite-dev and libxdamage-dev - updated glib and pango requirement * debian/patches/011_directfb-build-fixes-from-head.patch,

[Bug 105335] Re: Ctrl+Left Arrow on numpad moves right, not left

2007-05-25 Thread Bug Watch Updater
** Changed in: gtk (upstream) Status: Unknown = Fix Released -- Ctrl+Left Arrow on numpad moves right, not left https://bugs.launchpad.net/bugs/105335 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing

[Bug 105335] Re: Ctrl+Left Arrow on numpad moves right, not left

2007-05-25 Thread Daniel Holbach
Fixed upstream. ** Changed in: gtk+2.0 (Ubuntu) Status: Confirmed = Fix Committed -- Ctrl+Left Arrow on numpad moves right, not left https://bugs.launchpad.net/bugs/105335 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. --

[Bug 105335] Re: Ctrl+Left Arrow on numpad moves right, not left

2007-05-24 Thread Bug Watch Updater
** Changed in: gtk (upstream) Status: Unconfirmed = Rejected -- Ctrl+Left Arrow on numpad moves right, not left https://bugs.launchpad.net/bugs/105335 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing

[Bug 105335] Re: Ctrl+Left Arrow on numpad moves right, not left

2007-05-24 Thread Daniel Holbach
** Changed in: gtk (upstream) Bugwatch: GNOME Bug Tracker #428842 = GNOME Bug Tracker #356255 Status: Rejected = Unknown -- Ctrl+Left Arrow on numpad moves right, not left https://bugs.launchpad.net/bugs/105335 You received this bug notification because you are a member of Ubuntu

[Bug 105335] Re: Ctrl+Left Arrow on numpad moves right, not left

2007-04-18 Thread Sebastien Bacher
** Changed in: gtk+2.0 (Ubuntu) Status: Unconfirmed = Confirmed -- Ctrl+Left Arrow on numpad moves right, not left https://bugs.launchpad.net/bugs/105335 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing

[Bug 105335] Re: Ctrl+Left Arrow on numpad moves right, not left

2007-04-17 Thread Bug Watch Updater
** Changed in: gtk (upstream) Status: Unknown = Unconfirmed -- Ctrl+Left Arrow on numpad moves right, not left https://bugs.launchpad.net/bugs/105335 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list

[Bug 105335] Re: Ctrl+Left Arrow on numpad moves right, not left

2007-04-15 Thread Sebastien Bacher
When you open the bug upstream also could you mention it on launchpad so we can use a bug watch? The upstream URL http://bugzilla.gnome.org/show_bug.cgi?id=428842 ** Changed in: gtk (upstream) Importance: Undecided = Unknown Bugwatch: None = GNOME Bug Tracker #428842 Status:

[Bug 105335] Re: Ctrl+Left Arrow on numpad moves right, not left

2007-04-11 Thread Sebastien Bacher
** Also affects: gtk (upstream) Importance: Undecided Status: Unconfirmed -- Ctrl+Left Arrow on numpad moves right, not left https://bugs.launchpad.net/bugs/105335 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. --

[Bug 105335] Re: Ctrl+Left Arrow on numpad moves right, not left

2007-04-11 Thread Ron van der Wal
Daniel, Sebastian: The problem is indeed in GTK+, in gtk/gtktextview.c line 851 (as of GTK 2.10.6). There is an error in the way the key bindings are set up: add_move_binding (binding_set, GDK_Right, GDK_CONTROL_MASK, GTK_MOVEMENT_WORDS, 1); add_move_binding (binding_set,