You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Thomas Andraschko (JIRA)" <ji...@apache.org> on 2016/01/13 14:01:39 UTC

[jira] [Updated] (DELTASPIKE-1063) ClientWindow - StoreWindowTreeEnabledOnButtonClick prevents defined onclick

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

Thomas Andraschko updated DELTASPIKE-1063:
------------------------------------------
    Summary: ClientWindow - StoreWindowTreeEnabledOnButtonClick prevents defined onclick  (was: StoreWindowTreeEnabledOnButtonClick prevents defined onclick)

> ClientWindow - StoreWindowTreeEnabledOnButtonClick prevents defined onclick
> ---------------------------------------------------------------------------
>
>                 Key: DELTASPIKE-1063
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1063
>             Project: DeltaSpike
>          Issue Type: Bug
>          Components: JSF-Module
>    Affects Versions: 1.5.2
>            Reporter: Thomas Andraschko
>            Assignee: Thomas Andraschko
>             Fix For: 1.5.3
>
>
> Example:
> <h:commandButton id="testButton" value="TestButton" type="button" onclick="PF('dlg1').show();" />
> <p:confirmDialog id="dlg1" header="Basic Dialog" widgetVar="dlg1" minHeight="40" modal="true">
>     <h:commandButton type="submit" value="submitButton"/>
>     <h:outputText value="Resistance to PrimeFaces is futile!" />
> </p:confirmDialog>
> The original onlick is never called.



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