pgAdmin 4 commit: Fixed an issue - not displaying query tool & debugger

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue - not displaying query tool & debugger
Date: 2016-05-19 10:26:09
Message-ID: E1b3L9d-0001mP-2n@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue - not displaying query tool & debugger from the runtime.

In order to resolve the issue, set the height, width of the area (div)
under the wcFrame. wcIFrame consider the height, and width of this
container to determine the height, width & position of the iframe.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9a832086c5c4c0dda51c43edd7fc4f40dda63a0c
Author: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/browser/static/js/frame.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Sandeep Thakkar 2016-05-19 10:34:42 Re: Patch for pgAdmin4 package on Mac OS X
Previous Message Ashesh Vashi 2016-05-19 10:26:00 Re: [pgAdmin][runtime]: Panel content is not displayed in debugger and query tool