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

Поиск
Список
Период
Сортировка
От Surinder Kumar
Тема [pgAdmin4][Patch]: Busy icon not visible in Debugger and Query tool in Runtime environment
Дата
Msg-id CAM5-9D-4dh13eLjotiqNLB2hczYmpc2iU6UsC8a8Hn8BA4ES5g@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin4][Patch]: Busy icon not visible in Debugger and Query tool in Runtime environment  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
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
Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Neel Patel
Дата:
Сообщение: Re: [pgAdmin4][runtime]: Download feature in runtime
Следующее
От: Priyanka Shendge
Дата:
Сообщение: Re: pgAdmin IV API test cases patch