Re: [pgAdmin][RM5219] pgAdmin 4 GUI does not display properly on IE browser

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM5219] pgAdmin 4 GUI does not display properly on IE browser
Date: 2020-02-28 09:59:19
Message-ID: CANxoLDeo7PO6nUdrDyhDPP3jCDfQMGii5kPkED_CPJJS9Yq0tw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

On Thu, Feb 27, 2020 at 4:41 PM Aditya Toshniwal <
aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:

> Hi Hackers,
>
> The patch fixes pgAdmin on IE. In my patch for #5133, I had made some
> changes in
> backgrid-select-all.js in vendor directory. It turns out, vendor directory
> is excluded from webpack compiling. I used ES6 code syntax which does not
> work on IE.
>
> Code changes are done to use ES5 syntax.
>
> Please review.
>
> --
> Thanks and Regards,
> Aditya Toshniwal
> pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune
> "Don't Complain about Heat, Plant a TREE"
>

--
*Thanks & Regards*
*Akshay Joshi*

*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-02-28 09:59:29 Re: [pgAdmin][RM5101] debugger not showing all arguments anymore after hitting sql error while debug
Previous Message Akshay Joshi 2020-02-28 09:58:24 pgAdmin 4 commit: Fix an issue where debugger not showing all arguments