SVN Commit by dpage: r5794 - trunk/pgadmin3

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r5794 - trunk/pgadmin3
Date: 2006-12-15 14:02:36
Message-ID: 200612151402.kBFE2aLB010410@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage

Date: 2006-12-15 14:02:36 +0000 (Fri, 15 Dec 2006)

New Revision: 5794

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5794&view=rev

Log:
Add bug noted by Daniel Segall: If I have two Query windows open, and one has a modal dialog open, I cannot execute queries in the other one by pressing F5. Using the mouse to select Query -> Execute, however, does work.

To Reproduce:

1. Open 2 Query windows.
2. In one window, select File -> Open. Leave the Open File Dialog alone.
3. Switch to the other Query window. Type in a query.
4. Try to execute by pressing F5. (Bug - doesn't work)
5. Try to execute by selecting Query -> Execute with the mouse. (Works fine)

Platform:

WinXP SP2
pgAdmin III 1.6.1, English, Binary distribution

Modified:
trunk/pgadmin3/BUGS

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2006-12-15 14:21:39 SVN Commit by dpage: r5795 - branches/REL-1_6_0_PATCHES/pgadmin3
Previous Message Dave Page 2006-12-15 13:50:03 Re: pgagent linker problem