You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Ricardo Veloso (JIRA)" <ji...@apache.org> on 2016/05/16 15:29:12 UTC

[jira] [Updated] (TAP5-2547) Confirm mixin prevents show.bs.modal event to be caught

     [ https://issues.apache.org/jira/browse/TAP5-2547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ricardo Veloso updated TAP5-2547:
---------------------------------
    Summary: Confirm mixin prevents show.bs.modal event to be caught  (was: Confirm mixin prevents show.bs.modal event to be catched)

> Confirm mixin prevents show.bs.modal event to be caught
> -------------------------------------------------------
>
>                 Key: TAP5-2547
>                 URL: https://issues.apache.org/jira/browse/TAP5-2547
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.4.1
>            Reporter: Ricardo Veloso
>
> Confirm mixin launches dialog before appends it to body.
> If $dialog.appendTo($("body")); happens before $dialog.modal().on("hidden.bs.modal", function() {..}); then it was able to catch show.bs.modal.
> This is useful if we want to style buttons in dialog as I do, like prepend a glyphicon before button label. I can catch shown.bs.modal but we can see the icon appearing after the dialog is made visible.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)