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

From Aditya Toshniwal
Subject [pgAdmin][RM5219] pgAdmin 4 GUI does not display properly on IE browser
Date
Msg-id CAM9w-_=H0yeyw9O6F5R+bHbZtdH3c_5nAdF27E9Ehgq-dGtXnQ@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin][RM5219] pgAdmin 4 GUI does not display properly on IE browser
List pgadmin-hackers
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"
Attachment

pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][RM5101] debugger not showing all arguments anymore after hitting sql error while debug
Next
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][RM5142]Connections are not getting closed when disconnectthe server while debugging is in progress.