[GRASS-dev] [GRASS GIS] #2910: not possible to destroy dialog with "x" when changing location and mapset

#2910: not possible to destroy dialog with "x" when changing location and mapset
----------------------------------------------+-------------------------
Reporter: lfurtkevicova | Owner: grass-dev@…
     Type: enhancement | Status: new
Priority: normal | Milestone: 7.0.4
Component: wxGUI | Version: svn-trunk
Keywords: working environment, quit dialog | CPU: x86-64
Platform: Linux |
----------------------------------------------+-------------------------
Settings --> GRASS working environment --> change location and mapset
option: it is not possible to quit dialog window with "x"

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2910&gt;
GRASS GIS <https://grass.osgeo.org>

#2910: not possible to destroy dialog with "x" when changing location and mapset
----------------------------+----------------------------------------------
  Reporter: lfurtkevicova | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: minor | Milestone: 7.1.0
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords: working environment, quit dialog
       CPU: x86-64 | Platform: Linux
----------------------------+----------------------------------------------
Changes (by annakrat):

* priority: normal => minor
* type: enhancement => defect
* milestone: 7.0.4 => 7.1.0

Comment:

This is a consequence of a wxWidgets bug (wxDialog not closing when using
SetExtraStyle(wxWS_EX_VALIDATE_RECURSIVELY)):
http://trac.wxwidgets.org/ticket/13490

I haven't found a way to avoid it, except for removing the style, which
then breaks the validator. Neither of this functionality is critical. This
bug is relevant only for wxGTK.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2910#comment:1&gt;
GRASS GIS <https://grass.osgeo.org>

#2910: not possible to destroy dialog with "x" when changing location and mapset
----------------------------+----------------------------------------------
  Reporter: lfurtkevicova | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: minor | Milestone: 7.6.2
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords: working environment, quit dialog
       CPU: x86-64 | Platform: Linux
----------------------------+----------------------------------------------
Changes (by martinl):

* milestone: 7.2.4 => 7.6.2

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2910#comment:8&gt;
GRASS GIS <https://grass.osgeo.org>