Summary: | System tray animates when opened from a different tab | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | David Edmundson <kde> |
Component: | System Tray widget | Assignee: | David Edmundson <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bhush94, notmart |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | 332884 | ||
Bug Blocks: | |||
Attachments: | Image dump from apitrace |
Description
David Edmundson
2014-03-31 16:01:02 UTC
It looks like there is code trying to solve this. There is a timer which disables animation for the first 500ms for the page stack. This is somewhat hacky and doesn't always work More importantly this doesn't include the header. I'll assign this to me. Created attachment 85872 [details]
Image dump from apitrace
I fixed the header (will push after split settles down, please poke me \) Page stack still has a bug in it, opened with a test case. *poke* Oh. I pushed my part of the patch. I can't close this whilst there's a blocking bug. Git commit 2f10450c179bc13e224784099911b723ed02b1ef by Marco Martin. Committed on 03/04/2014 at 16:07. Pushed by mart into branch 'master'. make the animate property do something Related: bug 332884 M +3 -3 src/declarativeimports/plasmacomponents/qml/PageStack.qml http://commits.kde.org/plasma-framework/2f10450c179bc13e224784099911b723ed02b1ef Not reproduceable anymore after last commit |