Opened 14 years ago

Closed 14 years ago

#527 closed defect (fixed)

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 (2)

comment:1 by robe, 14 years ago

Milestone: PostGIS 1.5.2PostGIS 1.5.3

Not that important to hold up a release.

comment:2 by mcayland, 14 years ago

Milestone: PostGIS 1.5.3PostGIS 1.5.2
Resolution: fixed
Status: newclosed

Fixed in 1.5 r5974 and trunk r5975.

Note: See TracTickets for help on using tickets.