public inbox for [email protected]
help / color / mirror / Atom feed[pgAdmin][RM5361] pgAdmin breaks on IE 11 with @simonwep/pickr
2+ messages / 2 participants
[nested] [flat]
* [pgAdmin][RM5361] pgAdmin breaks on IE 11 with @simonwep/pickr
@ 2020-04-07 11:29 Aditya Toshniwal <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Aditya Toshniwal @ 2020-04-07 11:29 UTC (permalink / raw)
To: pgadmin-hackers
Hi Hackers,
Attached is the patch to use the ES5 dist of @simonwep/pickr when bundling
pgAdmin to make it work on IE.
Please review.
--
Thanks and Regards,
Aditya Toshniwal
pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"
Attachments:
[application/octet-stream] RM5361.patch (823B, 3-RM5361.patch)
download | inline diff:
diff --git a/web/webpack.shim.js b/web/webpack.shim.js
index bca198d6d..2efcfb451 100644
--- a/web/webpack.shim.js
+++ b/web/webpack.shim.js
@@ -149,7 +149,7 @@ var webpackShimConfig = {
'bignumber': path.join(__dirname, './node_modules/bignumber.js/bignumber'),
'json-bignumber': path.join(__dirname, './node_modules/json-bignumber/dist/JSONBigNumber.min'),
'snap.svg': path.join(__dirname, './node_modules/snapsvg/dist/snap.svg-min'),
- 'color-picker': path.join(__dirname, './node_modules/@simonwep/pickr/dist/pickr.min'),
+ 'color-picker': path.join(__dirname, './node_modules/@simonwep/pickr/dist/pickr.es5.min'),
'mousetrap': path.join(__dirname, './node_modules/mousetrap'),
'tablesorter-metric': path.join(__dirname, './node_modules/tablesorter/dist/js/parsers/parser-metric.min'),
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: [pgAdmin][RM5361] pgAdmin breaks on IE 11 with @simonwep/pickr
@ 2020-04-08 06:11 Akshay Joshi <[email protected]>
parent: Aditya Toshniwal <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Akshay Joshi @ 2020-04-08 06:11 UTC (permalink / raw)
To: Aditya Toshniwal <[email protected]>; +Cc: pgadmin-hackers
Thanks, patch applied.
On Tue, Apr 7, 2020 at 4:59 PM Aditya Toshniwal <
[email protected]> wrote:
> Hi Hackers,
>
> Attached is the patch to use the ES5 dist of @simonwep/pickr when bundling
> pgAdmin to make it work on IE.
> 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*
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2020-04-08 06:11 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2020-04-07 11:29 [pgAdmin][RM5361] pgAdmin breaks on IE 11 with @simonwep/pickr Aditya Toshniwal <[email protected]>
2020-04-08 06:11 ` Akshay Joshi <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox