Re: [pgAdmin4][patch][RM#2593]: Query Tool/ Debugger won't load with Qt-5.1 with webkit

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][patch][RM#2593]: Query Tool/ Debugger won't load with Qt-5.1 with webkit
Date: 2017-07-21 15:15:13
Message-ID: CA+OCxoxszAdKySJhrLH4pKiLFMMHF5WLONARW2C7EAzN5fS0rw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, applied.

On Fri, Jul 21, 2017 at 2:06 PM, Surinder Kumar <
surinder(dot)kumar(at)enterprisedb(dot)com> wrote:

> Hi
>
> When an instance of query tool and debugger is opened, it fails to load
> and gives following error in console:
> `Promise is undefined.`
>
> The reason is: These instances are loaded in an iframe and their bundles
> don't include `babel-polyfill` library. Babel-polyfill must be loaded first.
>
> Please find attached patch and review it. Thanks to Khushboo for reporting
> it.
>
> Thanks,
> Surinder
>
>
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-07-21 15:16:45 pgAdmin 4 commit: Fix test assertion.
Previous Message Dave Page 2017-07-21 15:15:07 pgAdmin 4 commit: Ensure babel-polyfill is loaded in older qWebKits. Fi