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

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin][RM5219] pgAdmin 4 GUI does not display properly on IE browser
Date: 2020-02-27 11:10:23
Message-ID: CAM9w-_=H0yeyw9O6F5R+bHbZtdH3c_5nAdF27E9Ehgq-dGtXnQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
RM5219.patch application/octet-stream 1.7 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2020-02-28 06:38:43 [pgAdmin][RM5142]Connections are not getting closed when disconnect the server while debugging is in progress.
Previous Message Aditya Toshniwal 2020-02-27 10:43:52 [pgAdmin][RM5101] debugger not showing all arguments anymore after hitting sql error while debug