public inbox for [email protected]
help / color / mirror / Atom feed[pgAdmin4][Patch]: Busy icon not visible in Debugger and Query tool in Runtime environment
2+ messages / 2 participants
[nested] [flat]
* [pgAdmin4][Patch]: Busy icon not visible in Debugger and Query tool in Runtime environment
@ 2016-07-08 07:30 Surinder Kumar <[email protected]>
2016-07-13 11:32 ` Re: [pgAdmin4][Patch]: Busy icon not visible in Debugger and Query tool in Runtime environment Dave Page <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Surinder Kumar @ 2016-07-08 07:30 UTC (permalink / raw)
To: 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
--
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers
Attachments:
[application/octet-stream] busy_icon_fix_debugger_query_tool.patch (1.2K, 3-busy_icon_fix_debugger_query_tool.patch)
download | inline diff:
diff --git a/web/pgadmin/tools/datagrid/templates/datagrid/index.html b/web/pgadmin/tools/datagrid/templates/datagrid/index.html
index b138a46..f2f6085 100644
--- a/web/pgadmin/tools/datagrid/templates/datagrid/index.html
+++ b/web/pgadmin/tools/datagrid/templates/datagrid/index.html
@@ -11,6 +11,7 @@
.alertify-notifier{-webkit-transform: none;}
.alertify-notifier .ajs-message{-webkit-transform: none;}
.alertify .ajs-dialog.ajs-shake{-webkit-animation-name: none;}
+ .sql-editor-busy-icon.fa-pulse{-webkit-animation: none;}
{% endif %}
</style>
<div id="main-editor_panel">
diff --git a/web/pgadmin/tools/debugger/templates/debugger/direct.html b/web/pgadmin/tools/debugger/templates/debugger/direct.html
index 5448313..297c362 100644
--- a/web/pgadmin/tools/debugger/templates/debugger/direct.html
+++ b/web/pgadmin/tools/debugger/templates/debugger/direct.html
@@ -24,6 +24,7 @@ console.log(err);
.alertify-notifier{-webkit-transform: none;}
.alertify-notifier .ajs-message{-webkit-transform: none;}
.alertify .ajs-dialog.ajs-shake{-webkit-animation-name: none;}
+ .debugger-container .wcLoadingIcon.fa-pulse{-webkit-animation: none;}
</style>
{% endif %}
<nav class="navbar-inverse navbar-fixed-top">
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: [pgAdmin4][Patch]: Busy icon not visible in Debugger and Query tool in Runtime environment
2016-07-08 07:30 [pgAdmin4][Patch]: Busy icon not visible in Debugger and Query tool in Runtime environment Surinder Kumar <[email protected]>
@ 2016-07-13 11:32 ` Dave Page <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Dave Page @ 2016-07-13 11:32 UTC (permalink / raw)
To: Surinder Kumar <[email protected]>; +Cc: pgadmin-hackers
Thanks, applied.
On Fri, Jul 8, 2016 at 8:30 AM, Surinder Kumar
<[email protected]> 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 ([email protected])
> 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
--
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2016-07-13 11:32 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2016-07-08 07:30 [pgAdmin4][Patch]: Busy icon not visible in Debugger and Query tool in Runtime environment Surinder Kumar <[email protected]>
2016-07-13 11:32 ` Dave Page <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox