GNOME Bugzilla – Bug 701670
Command-V in reconcile window pastes data in register
Last modified: 2014-01-24 15:53:20 UTC
Please describe the problem: When I have a numeric value (Integer, decimal, etc) copied in Clipboard, and I try to paste the value in the 'Ending Balance' field in the 'Reconcile' window, the value is pasted in the active line in the 'Register' window. The only workaround is to paste the value using the left button of the mouse, and select 'Paste'. Steps to reproduce: Reconcile any account and try to paste numeric value (Integer, decimal, etc) in the 'Ending Balance' field of the 'Reconcile' window. Actual results: The value is pasted in the active line in the 'Register' window. Expected results: The value should be pasted in the 'Ending Balance' field of the 'Register' window.
Please consider this behavior using Command-V, as in any application.
This is either a mac-integration or quartz bug (I haven't yet figured out which) related to accelerator handling when dialog boxes have focus.
It turns out to be mac-integration, sort of. Having use_quartz_accelerators turned on puts the menu accelerator first in line for handling the keypress instead of seeing if the focus window will handle it. I've turned that off, and paste actions now go to the right place. r23085/6