You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Henning Nöth (Jira)" <de...@myfaces.apache.org> on 2021/01/15 20:17:00 UTC

[jira] [Commented] (TOBAGO-2063) Wait cursor doesn't disappeared after executed action on webkit based browsers

    [ https://issues.apache.org/jira/browse/TOBAGO-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17266333#comment-17266333 ] 

Henning Nöth commented on TOBAGO-2063:
--------------------------------------

This seems to be a problem with webkit browsers.

If an action is executed, tobago put an overlay "tobago-page-overlay" over the whole page. To these overlay the class "tobago-page-overlay-markup-wait" is added.
"tobago-page-overlay-markup-wait" set the wait cursor.

If the "tobago-page-overlay-markup-wait" class is removed, the cursor is back to normal. But if the page changes/reload, the webkit browsers doesn't update the cursor.

> Wait cursor doesn't disappeared after executed action on webkit based browsers
> ------------------------------------------------------------------------------
>
>                 Key: TOBAGO-2063
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-2063
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Themes
>    Affects Versions: 2.4.3, 4.5.1
>            Reporter: Henning Nöth
>            Priority: Major
>
> The wait cursor does not disappear if:
> * an action is executed
> * the attribute "transition" is set to "true"
> * the mouse is not moved
> * the browser is based on webkit
> For example:
> <tc:button ... transition="true">
> The wait cursor disappear if the mouse is moved (1 pixel is enough).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)