Ticket #527 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Log window in shp2pgsql-gui should always append text to bottom of window

Reported by: bmmpxf Owned by: pramsey
Priority: low Milestone: PostGIS 1.5.2
Component: postgis Version: 1.5.X
Keywords: Cc:

Description

(Using shp2pgsql-gui r5181 on Windows) Load the app and try testing the connection to a database. The log displays some text. Fine. Now click somewhere inside the text (as if you were placing a cursor to insert something). Now try testing the connection again. The new log info will be output right at that cursor location, not at the bottom of the log.

Sample case:

""" Connecting: user=postgres passwoConnecting: user=postgres password=******************************* port=Connecting: user=postgres password=* port=54321 host=localhost dbname=OpenGeo Connection succeeded. 54321 host=localhost dbname=OpenGeo Connection succeeded. rd=******************************* port=54321 host=localhost dbname=OpenGeo Connection succeeded """

Change History

Changed 3 years ago by robe

  • milestone changed from PostGIS 1.5.2 to PostGIS 1.5.3

Not that important to hold up a release.

Changed 3 years ago by mcayland

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from PostGIS 1.5.3 to PostGIS 1.5.2

Fixed in 1.5 r5974 and trunk r5975.

Note: See TracTickets for help on using tickets.