Skip searching a R/W cell on a view If a user hits Enter at the end of a row, the edit grid searches the next read/write cell of the displayed object. Unfortunately, there is no read/write cell when displaying a view. This patch checks first if the object's kind is a table. If it is, it proceeds to the search of a writable cell. Otherwise, it simply picks up the next cell.
Report from David Jarvis. Branch ------ REL-1_12_0_PATCHES Details ------- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=ece37241ab9a079dcf1ce87c6cb3ae74f29ff7d1 Modified Files -------------- pgadmin/frm/frmEditGrid.cpp | 26 +++++++++++++++++++------- 1 files changed, 19 insertions(+), 7 deletions(-) -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers