Summary: | Plots created using javaScript are not always added to window | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Andrew Walker <arwalker> |
Component: | general | Assignee: | kst |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.4.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andrew Walker
2008-03-10 21:58:16 UTC
The KMdiChildView::close() method ends up POSTing a KMdiViewCloseEvent to the application. As a result of this the window will be closed at some later time. What we really want to do is close the window immediately to avoid race conditions, so we should SEND the message instead. SVN commit 784195 by arwalker: BUG:159095 From javaScript close a window immediately when requested, and not at some later time M +12 -1 bind_window.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=784195 |