#962 closed Defect (fixed)
[PATCH] boincmgr: Properties window doesn't close with the 'X' on top, only with button
Reported by: | fcestrada | Owned by: | romw |
---|---|---|---|
Priority: | Trivial | Milestone: | Undetermined |
Component: | Manager | Version: | 6.10.45 |
Keywords: | Cc: | chris@… |
Description
Selecting a WU and then selecting "Properties" it opens a window, with the WU info, but that window can't be closed with the 'X' on the top-right, but only with the "Close" button on the middle-bottom of the window.
This bug was reported in Debian [1], after that, I tested and reproduce the same error with the "boinc_6.10.17_x86_64-pc-linux-gnu.sh" file.
All the info and a screencast [2] of this bug is in the bug report number 558295 [1].
Any information or evidence on which we can work together to resolve this error do not hesitate to ask.
Regards!
Fernando C. Estrada - Debian BOINC Maintainers
http://wiki.debian.org/Teams/DebianBOINCMaintainers
[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558295
Attachments (1)
Change History (10)
comment:1 Changed 15 years ago by
Version: | 6.10.17 → 6.10.35 |
---|
comment:2 Changed 15 years ago by
Version: | 6.10.35 → 6.10.36 |
---|
comment:3 Changed 15 years ago by
Version: | 6.10.36 → 6.10.45 |
---|
the change 21038 http://boinc.berkeley.edu/trac/changeset/21038/branches/boinc_core_release_6_10/clientgui/DlgItemProperties.h doesn't fix the problem
comment:5 Changed 14 years ago by
Priority: | Undetermined → Trivial |
---|
This issue is related to a bug in wxWidgets, see http://trac.wxwidgets.org/ticket/9864
I have created a small patch that fixes this problem in both the properties and preferences dialogs. Although this problem is specific to GTK environments someone should verify that this code works fine on Windows and MacOS (I'm currently lacking a Windows dev machine).
comment:6 Changed 14 years ago by
Cc: | chris@… added |
---|
comment:7 Changed 14 years ago by
Summary: | boincmgr: Properties window doesn't close with the 'X' on top, only with button → [PATCH] boincmgr: Properties window doesn't close with the 'X' on top, only with button |
---|
comment:8 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [22635]) - MGR: Fix the event log so that it doesn't store the event log's
size information when it is in a minimized state.
- MGR: Fix the close dialog issue on wxGTK, apparently there is a
hidden flag that governs the handling of the GTK callback function. Fixes #962 (Thanks for the patch cli)
clientgui/
DlgAdvPreferencesBase?.cpp DlgEventLog?.cpp DlgItemProperties?.cpp
The same happens with the preference window... (advanced menu)