[pgAdmin4][Patch]: Busy icon not visible in Debugger and Query tool in Runtime environment - Mailing list pgadmin-hackers

From Surinder Kumar
Subject [pgAdmin4][Patch]: Busy icon not visible in Debugger and Query tool in Runtime environment
Date
Msg-id CAM5-9D-4dh13eLjotiqNLB2hczYmpc2iU6UsC8a8Hn8BA4ES5g@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4][Patch]: Busy icon not visible in Debugger and Query tool in Runtime environment  (Dave Page <dpage@pgadmin.org>)
List 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
Attachment

pgadmin-hackers by date:

Previous
From: Neel Patel
Date:
Subject: Re: [pgAdmin4][runtime]: Download feature in runtime
Next
From: Priyanka Shendge
Date:
Subject: Re: pgAdmin IV API test cases patch