Summary: | kgoldrunner's "Quick start" and "Tutorial" dialogs behave bad on start | ||
---|---|---|---|
Product: | [Applications] kgoldrunner | Reporter: | Dmitry Suzdalev <dimsuz> |
Component: | general | Assignee: | Ian Wadham <iandw.au> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dmitry Suzdalev
2007-12-15 00:26:53 UTC
I think I managed to reproduce it somehow, with KGoldrunner and Kwin 4 only. But I can reproduce it only with the Quartz decoration, and it does not happen regularly. Is this what you are using, by chance? Does the problem described appear randomly or systematically? The decoration looks problematic with other programs, and it has rendering artifacts, I think. I'll have a closer look at it. Andreas Pakulat sent me the answer when I posted on kde-devel. The KDialog is there all the time. In KDE 3 it is UNDER the message box: in KDE 4 it is on top. I will send a patch to Dmitry to test. Basically just a line "qs->hide();" in KGrGame::quickStartPlay(), if you would like to try it too. Luciano: I am using oxygen windec, but the patch Ian sent me fixes the problem. Ian, commit'n'close! :) SVN commit 748863 by ianw: BUG: 154068 Make sure the quick-start KDialog is hidden before displaying tutorial message boxes. M +3 -0 kgrgame.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=748863 |