Opened 11 years ago

Closed 10 years ago

Last modified 9 years ago

#2026 closed defect (fixed)

v.surf.rst window too wide

Reported by: marisn Owned by: grass-dev@…
Priority: minor Milestone: 7.0.0
Component: wxGUI Version: svn-trunk
Keywords: Cc:
CPU: Unspecified Platform: Linux

Description

There's a bug in automatic module window generation as it generates v.surf.rst window too wide - it's wider than 1440px (my monitor horizontal resolution) and it's not possible to make window more narrow, only wider.

GRASS SVN Revision: 56987M wxPython: 2.9.4.1

Change History (6)

comment:1 by neteler, 11 years ago

This must be a wxPython 2.9 bug?

GRASS 7.0.svn (nc_spm_08_grass7):~ > v.surf.rst &

GRASS 7.0.svn (nc_spm_08_grass7):~ > xwininfo
...
xwininfo: Window id: 0x6200072 "v.surf.rst [vector, surface, interpolation, 3D]"
...
  Width: 620
  Height: 500

GRASS 7.0.svn (nc_spm_08_grass7):~ > wx-config --version
2.8.12

GRASS 7.0.svn (nc_spm_08_grass7):~ > g.version -g
version=7.0.svn
date=2013
revision=57044M
build_date=2013-06-09

No such problem on Fedora 18.

comment:2 by annakrat, 10 years ago

It should be fixed in r59497. Please test (tests on other platforms are needed too). It affected many other modules which has long description.

comment:3 by marisn, 10 years ago

Seems to be fixed.

Tested with: GRASS version: 7.1.svn GRASS SVN Revision: 60684M wxPython: 3.0.0.0

Needs backporting to 7.0 ? Leaving open.

in reply to:  3 comment:4 by annakrat, 10 years ago

Resolution: fixed
Status: newclosed

Replying to marisn:

Seems to be fixed.

Tested with: GRASS version: 7.1.svn GRASS SVN Revision: 60684M wxPython: 3.0.0.0

Needs backporting to 7.0 ? Leaving open.

I realized that the change didn't work well on Windows, so I tried to fix that in r60689. Everything is backported in r60690.

comment:5 by mlennert, 9 years ago

I'm getting this same bug in 6.4.5RC1. Is it possible to backport the solution ?

comment:6 by annakrat, 9 years ago

Backported in r65341.

Note: See TracTickets for help on using tickets.