Re: [pgAdmin4][runtime]: RM 1186 - Query tool and debugger rendering issue in Linux

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][runtime]: RM 1186 - Query tool and debugger rendering issue in Linux
Date: 2016-06-21 14:25:03
Message-ID: CA+OCxozodjm7kjmd0RJn-49CZqeSDU9caTzbUFoa=oBjou6i6g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, applied.

On Tue, Jun 21, 2016 at 3:14 PM, Neel Patel <neel(dot)patel(at)enterprisedb(dot)com> wrote:
> Hi,
>
> Issue : -
>
> Whenever we open any alertify dialog inside the query tool and debugger
> panel then panel contents are not visible. Query tool panel display as
> blank.
> This issue is only reproducible in Linux.
>
> Solution:-
>
> Animations and transitions are not automatically GPU accelerated and by
> default use browser's slow rendering engine.
> We need to set 'translate3d' value of '-webkit-transform' property in order
> to use GPU.
>
> After applying this property under linux, Webkit calculates wrong position
> of the elements so panel contents are not visible.
>
> To make it work, we need to explicitly set '-webkit-transform' property to
> 'none' for .ajs-notifier, .ajs-message, .ajs-modal classes.
>
> Do review it and let us know for comments.
>
> Thanks,
> Neel Patel
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-21 14:31:18 pgAdmin 4 commit: Code tidy.
Previous Message Dave Page 2016-06-21 14:24:52 pgAdmin 4 commit: Query tool and debugger rendering issue in Linux