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

From: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][patch][RM#2593]: Query Tool/ Debugger won't load with Qt-5.1 with webkit
Date: 2017-07-21 13:06:38
Message-ID: CAM5-9D88Vdvg_y562R0sExCdssssX9-A-aYs3+KUw3tkZggmhw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

Attachment Content-Type Size
qt_webkit_add_Promise_support.patch application/octet-stream 2.2 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin 4 Jenkins 2017-07-21 13:37:39 Build failed in Jenkins: pgadmin4-master-python27-feature #9
Previous Message Dave Page 2017-07-21 12:34:11 Re: [pgadmin4][PATCH] Query History Arrow Navigation and Styling