Обсуждение: [pgAdmin4][Patch]: Busy icon not visible in Debugger and Query tool in Runtime environment

Поиск
Список
Период
Сортировка

[pgAdmin4][Patch]: Busy icon not visible in Debugger and Query tool in Runtime environment

От
Surinder Kumar
Дата:
Hi

The spinner icon is not visible while executing query or running debugger in Runtime environment specific to Ubuntu. This issue is related to RM#1186

To make it work, we need to explicitly set -webkit-animation property to 'none' for classes "sql-editor-busy-icon.fa-pulse" and ".debugger-container fa-pulse".

'fa-pulse' class is responsible to spin the busy icon, but setting its -webkit-animation property to none will not spin icon but icon and message will be shown.

Please review

Thanks,
Surinder Kumar
Вложения
Thanks, applied.

On Fri, Jul 8, 2016 at 8:30 AM, Surinder Kumar
<surinder.kumar@enterprisedb.com> wrote:
> Hi
>
> The spinner icon is not visible while executing query or running debugger in
> Runtime environment specific to Ubuntu. This issue is related to RM#1186
>
> To make it work, we need to explicitly set -webkit-animation property to
> 'none' for classes "sql-editor-busy-icon.fa-pulse" and ".debugger-container
> fa-pulse".
>
> 'fa-pulse' class is responsible to spin the busy icon, but setting its
> -webkit-animation property to none will not spin icon but icon and message
> will be shown.
>
> Please review
>
> Thanks,
> Surinder Kumar
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.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