| From: | Dave Page <dpage(at)pgadmin(dot)org> |
|---|---|
| To: | Neel Patel <neel(dot)patel(at)enterprisedb(dot)com> |
| Cc: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
| Subject: | Re: [pgAdmin4][Patch]: RM#2716 - Automatic detect and fix value of "HKEY_CLASSES_ROOT\.css\Content Type" |
| Date: | 2017-11-15 16:37:17 |
| Message-ID: | CA+OCxozOa1-LYEUNn1duRX0fOGQn7uXoqeJspR2qJUdJEVjfLg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Thanks, applied!
On Mon, Nov 13, 2017 at 8:43 AM, Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>
wrote:
> Hi,
>
> Please find attached patch file with the fix of RM#2716.
>
> *Issue:-*
>
> In Windows OS, if registry "HKEY_CLASSES_ROOT\.css\Content Type" value is
> not "text/css" then application get rendering issue and GUI is not
> displayed properly.
>
> *Solution:-*
>
> When pgAdmin4 application starts, it checks for registry value above and
> it differs from "text/css", application will change the value and notifies
> the user about the same.
>
> Do review it and let me know for comments.
>
> Thanks,
> Neel Patel
>
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
| From | Date | Subject | |
|---|---|---|---|
| Next Message | pgAdmin 4 Jenkins | 2017-11-15 17:17:18 | Jenkins build is back to normal : pgadmin4-master-python34 #368 |
| Previous Message | Dave Page | 2017-11-15 16:33:37 | pgAdmin 4 commit: Check and attempt to fir the registry on Windows, if |