[postgis-devel] [PostGIS] #1878: shp2pgsql-gui: Column contents have tangled values

PostGIS trac at osgeo.org
Thu Jun 21 07:31:05 PDT 2012


#1878: shp2pgsql-gui: Column contents have tangled values
----------------------------+-----------------------------------------------
  Reporter:  bmmpxf         |       Owner:  mcayland     
      Type:  defect         |      Status:  closed       
  Priority:  medium         |   Milestone:  PostGIS 2.0.1
 Component:  loader/dumper  |     Version:  2.0.x        
Resolution:  fixed          |    Keywords:               
----------------------------+-----------------------------------------------

Comment(by mcayland):

 Well after spending a few hours playing around, it seems that the bug
 manifests itself when clicking any column with editable text, and then
 clicking the first editable text column within the set. The cause is that
 something is causing the "Rm" tickbox "toggle" signal to be invoked
 outside of the text edit event handler.

 I've double checked the column setup code several times and found nothing
 obvious. The strange thing is that if I temporarily remove the schema
 column, then the same bug occurs when editing another column and then
 selecting the table column instead. The fact that this bug is dependent
 upon the positioning of the columns makes me suspect it's a GTK bug :(

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1878#comment:7>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-devel mailing list