Summary: | When entering the year in metadata the ordering of digits is messed up | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Gandalf Lechner <gandalflechner> |
Component: | Metadata Editing and Reading | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | 123kash, josep, robert |
Priority: | NOR | ||
Version: | 2.4.1 | ||
Target Milestone: | 2.5 | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.5 | |
Sentry Crash Report: |
Description
Gandalf Lechner
2011-07-07 09:31:38 UTC
This only happens if you wait about a second or two before typing the second digit. I can confirm this behavior in this case. When typing the numbers in sequence without pausing it behaves correctly. I see this happening even if you don't pause when typing, so typing 1234 rapidly gives me 2341. It looks to me as if there's initially a space in the year field, if you click in the field the cursor gets placed (unless you're very careful) to the left of the space and I think it's this positioning that causes the problem - if you position the cursor to the right of the space the bug doesn't appear (for me anyway!) I also see this problem in other numeric fields - e.g. track number Git commit 31ac9be32c79403159c3be91a087ff6fa122d04c by Sergey Ivanov. Committed on 06/08/2011 at 11:51. Pushed by ivanov into branch 'master'. Disabled keyboard tracking for TagDialog's SpinBoxes to fix the bug with messed typing order (caused by right text alignment). BUG: 277279 FIXED-IN: 2.4.4 M +9 -21 src/dialogs/TagDialogBase.ui http://commits.kde.org/amarok/31ac9be32c79403159c3be91a087ff6fa122d04c *** Bug 284827 has been marked as a duplicate of this bug. *** |