Opened 14 years ago

Closed 13 years ago

Last modified 13 years ago

#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

[2] http://www.youtube.com/watch?v=YacTuLxHHz4

Attachments (1)

issue962.patch (1023 bytes) - added by cli 13 years ago.
Patch for #962

Download all attachments as: .zip

Change History (10)

comment:1 Changed 14 years ago by costamagnagianfranco@…

Version: 6.10.176.10.35

The same happens with the preference window... (advanced menu)

comment:2 Changed 14 years ago by costamagnagianfranco@…

Version: 6.10.356.10.36

comment:3 Changed 14 years ago by costamagnagianfranco@…

Version: 6.10.366.10.45

comment:4 Changed 14 years ago by Nicolas

Alt-F4 doesn't work either.

Changed 13 years ago by cli

Attachment: issue962.patch added

Patch for #962

comment:5 Changed 13 years ago by cli

Priority: UndeterminedTrivial

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 13 years ago by cli

Cc: chris@… added

comment:7 Changed 13 years ago by cli

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 13 years ago by romw

Resolution: fixed
Status: newclosed

(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

comment:9 Changed 13 years ago by romw

(In [22653]) - 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)

Note: See TracTickets for help on using tickets.