Opened 13 years ago

Closed 12 years ago

#1294 closed defect (fixed)

Module dialog offers tab close button but no undo or tab open button

Reported by: marisn Owned by: grass-dev@…
Priority: normal Milestone: 6.4.3
Component: wxGUI Version: 6.4.1 RCs
Keywords: Cc:
CPU: Unspecified Platform: MSWindows Vista

Description

When opening a module window with "left/right" tab option, it also has close button right next to tab switching button. Accidentaly clicking on this button closes active tab. There's no "undo" or "open a new tab" button in this part of dialog. Only solution - close window and then reopen it.

Clicking on "Close tab" button for d.rast dialog is more strange - it asks "Do You wanna to save current workspace?" and You can't get tabs back by simply closing/reopening d.rast window by clicking on workspace layer. And "command console" gives this:

Traceback (most recent call last):
  File "C:/Program Files/GRASS-64/etc/wxpython/wxgui.py",
line 343, in OnCBPageClosed

maptree = self.curr_page.maptree
AttributeError
:
'NoneType' object has no attribute 'maptree'
Traceback (most recent call last):
  File "C:/Program Files/GRASS-64/etc/wxpython/wxgui.py",
line 343, in OnCBPageClosed

maptree = self.curr_page.maptree
AttributeError
:
'NoneType' object has no attribute 'maptree'
Traceback (most recent call last):
  File "C:/Program Files/GRASS-64/etc/wxpython/wxgui.py",
line 343, in OnCBPageClosed

maptree = self.curr_page.maptree
AttributeError
:
'NoneType' object has no attribute 'maptree'
Traceback (most recent call last):
  File "C:/Program Files/GRASS-64/etc/wxpython/wxgui.py",
line 343, in OnCBPageClosed

maptree = self.curr_page.maptree
AttributeError
:
'NoneType' object has no attribute 'maptree'

Attachments (1)

grass_tab_problem.jpg (67.6 KB ) - added by marisn 13 years ago.
Dude, where's my tab?!?

Download all attachments as: .zip

Change History (2)

by marisn, 13 years ago

Attachment: grass_tab_problem.jpg added

Dude, where's my tab?!?

comment:1 by neteler, 12 years ago

Milestone: 6.4.16.4.3
Resolution: fixed
Status: newclosed

This has been luckily fixed a few days ago in 6.4.svn and later. Closing.

Note: See TracTickets for help on using tickets.