pgAdmin 4 commit: The spinner icon is not visible while executing query - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: The spinner icon is not visible while executing query
Date
Msg-id E1bNIOe-0006wP-Gs@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
The spinner icon is not visible while executing query or running debugger in Runtime environment specific to Ubuntu.
Thisissue 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
iconbut icon and message will be shown. 

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=47e849dee09851197866d2d3bd8f32d912f38812
Author: Surinder Kumar <surinder.kumar@enterprisedb.com>

Modified Files
--------------
web/pgadmin/tools/datagrid/templates/datagrid/index.html  | 1 +
web/pgadmin/tools/debugger/templates/debugger/direct.html | 1 +
2 files changed, 2 insertions(+)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][runtime]: Download feature in runtime
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: Busy icon not visible in Debugger and Query tool in Runtime environment