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

From: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: Busy icon not visible in Debugger and Query tool in Runtime environment
Date: 2016-07-08 07:30:31
Message-ID: CAM5-9D-4dh13eLjotiqNLB2hczYmpc2iU6UsC8a8Hn8BA4ES5g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
busy_icon_fix_debugger_query_tool.patch application/octet-stream 1.2 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Priyanka Shendge 2016-07-08 09:38:14 Re: pgAdmin IV API test cases patch
Previous Message Neel Patel 2016-07-08 06:17:23 Re: [pgAdmin4][runtime]: Download feature in runtime