Version: 4.6.0 (using KDE 4.7.0) OS: OS X Since bug 256902 was fixed, every time the date is changed on the ledger view, the application pauses for few seconds and the cursor goes back to the beginning of the input field. This is really annoying when entering lots of data at different dates. Reproducible: Always Steps to Reproduce: 1 - Start a new transaction in the ledger view. 2 - Change the date (by any mean : typing the numbers, using the calendar, using the arrow keys...) Actual Results: Application hang for few seconds and the cursor goes back to the first number of the date input field. Expected Results: The application should not hang and let the user continue to change the other part of the date. This does _not_ append for the other date fields in the rest of the application.
This has been resolved with KMM's git commit a2a69ed9b60b0b426a8cee7a1f6e7ac7ad37fdc8 by removing the corresponding code for the date field in case of Mac OS X.