Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Bug#364787: pgadmin3: pressing delete key on


  • From: "Edward Di Geronimo Jr." <edigeronimo(at)xtracards(dot)com>
  • To: pgadmin-hackers(at)postgresql(dot)org
  • Subject: Re: Bug#364787: pgadmin3: pressing delete key on
  • Date: Mon, 15 May 2006 10:08:57 -0400
  • Message-id: <20060515100857(dot)4k199zbosh28cw4s(at)webmail(dot)picoip(dot)com>

Quoting Dave Page <dpage(at)vale-housing(dot)co(dot)uk>:

I'm sure that was working, but I grant you it's not now. I'm not sure how to make it work now though - what appears to be happening is that the individual cell is capturing the delete event and using it to delete the contents rather than the selected row.

Ed ran into a similar problem recently - I wonder if he has any ideas?

Looking at the code, there are two handlers for the Delete key. OnDelete, which tries to delete a row, and OnKey, which just deletes the current cell. It looks like the two handlers need to be merged into one.

Ed

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.





Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group