Opened 8 years ago

Last modified 5 years ago

#2910 new defect

not possible to destroy dialog with "x" when changing location and mapset

Reported by: lfurtkevicova Owned by: grass-dev@…
Priority: minor Milestone: 7.6.2
Component: wxGUI Version: svn-trunk
Keywords: working environment, quit dialog Cc:
CPU: x86-64 Platform: Linux

Description

Settings --> GRASS working environment --> change location and mapset option: it is not possible to quit dialog window with "x"

Change History (8)

comment:1 by annakrat, 8 years ago

Milestone: 7.0.47.1.0
Priority: normalminor
Type: enhancementdefect

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.

comment:2 by neteler, 8 years ago

Milestone: 7.1.07.2.0

Milestone renamed

comment:3 by neteler, 7 years ago

Milestone: 7.2.07.2.1

Ticket retargeted after milestone closed

comment:4 by martinl, 7 years ago

Milestone: 7.2.17.2.2

comment:5 by neteler, 7 years ago

Milestone: 7.2.27.2.3

Ticket retargeted after milestone closed

comment:6 by martinl, 6 years ago

Milestone: 7.2.3

Ticket retargeted after milestone closed

comment:7 by martinl, 6 years ago

Milestone: 7.2.4

comment:8 by martinl, 5 years ago

Milestone: 7.2.47.6.2
Note: See TracTickets for help on using tickets.