Summary: | Wrong calculation of percentage values in progress area of main window | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Elias Probst <mail> |
Component: | UI | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Screenshot showing the wrong percentage calculation. |
Some progress bars are shown correctly, some not. Both are progress bars which indicate a "Syncing collection", so I don't know what's the difference between those, which show a wrong percentage and those, which show a correct percentage. Maybe someone has an idea what distinguishes the wrong ones from the correct ones, then it would be possible to track down the bug. *** This bug has been marked as a duplicate of bug 247594 *** |
Created attachment 50046 [details] Screenshot showing the wrong percentage calculation. Version: unspecified (using Devel) OS: Linux The calculation of the percentage in the progress area of the main window is messed up completely: When being at 100%, the progress bar is only filled approximately 10% (see attached screenshot). It seems, the progress always starts at 100% and then counts down to 0%, while the progress bar, which anyways fills just ~10%, shrinks down to 0. Maybe this is also related to Akonadi, as the Akonadi KCM shows always something like 'Syncing collection 'Foobar' 100%' for IMAP resources, while the 100% flickers all the time while syncing, but the value doesn't change at all. Using: Akonadi Server 1.4.0 KMail2 4.5 SVN 20100811 IMAP resources. Reproducible: Always