Re: [pgAdmin][RM5219] pgAdmin 4 GUI does not display properly on IE browser - Mailing list pgadmin-hackers

From Akshay Joshi
Subject Re: [pgAdmin][RM5219] pgAdmin 4 GUI does not display properly on IE browser
Date
Msg-id CANxoLDeo7PO6nUdrDyhDPP3jCDfQMGii5kPkED_CPJJS9Yq0tw@mail.gmail.com
Whole thread Raw
In response to [pgAdmin][RM5219] pgAdmin 4 GUI does not display properly on IE browser  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
List pgadmin-hackers
Thanks, patch applied.

On Thu, Feb 27, 2020 at 4:41 PM Aditya Toshniwal <aditya.toshniwal@enterprisedb.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

pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fix an issue where debugger not showing all arguments
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5101] debugger not showing all arguments anymore after hitting sql error while debug