Summary: | tasks plasmoid doesn't always paint when it should | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Unknown <null> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | amantia, crazy, klaus |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | update after updateTask |
Description
Unknown
2007-12-15 21:36:42 UTC
*** Bug 154194 has been marked as a duplicate of this bug. *** *** Bug 154229 has been marked as a duplicate of this bug. *** i have also this problem in today's build, on a (i think) related issue if you switch task with the mouse wheel the state of the taskbar doesn't change until the mouse leaves the taskbar Created attachment 22609 [details]
update after updateTask
with a single update() after updateTask() is called it seems kinda sesolved:
-update after mousewheel ok
-update when window title changes ok
-when dolphin is opened from the device notifier and entry is drawn but
greyed-out, like the animation is freezed in the middle
Yep, the update() was missing (I've got that locally too) but it looks like something to do with caching is off too. It always seems to be after an animation that the paint doesn't happen. SVN commit 750074 by mart: redraw taskbar after updateTask() BUG:154147 M +3 -0 tasks.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=750074 committed that. maybe reopen until the thr qtimeline issue is cleared? *** Bug 154287 has been marked as a duplicate of this bug. *** Yep, reopening. Otherwise there'll be more dupes coming. ;) still problems when launching dolphin from devicenotifier I can no longer reproduce this. As mentioned on the mailing list the other issues (for me) were caused by my own work. I can't reproduce it either. the dolphin case works here as well. |