ICEfaces
  1. ICEfaces
  2. ICE-9778

ace:dialog escape-key closes the dialog but does not fire an ajax close event

    Details

    • Type: Bug Bug
    • Status: Open
    • Priority: Major Major
    • Resolution: Unresolved
    • Affects Version/s: 3.3
    • Fix Version/s: None
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      glassfish 3.1.2.2

      Description

                  <ace:dialog header="#{cc.attrs.controller.title}"
                              visible="#{cc.attrs.controller.visible}"
                              rendered="#{cc.attrs.controller.visible}"
                              modal="false"
                              draggable="false"
                              closeOnEscape="true"
                              closable="true"
                              height="#{cc.attrs.height}"
                              width="#{cc.attrs.width}">
                      <ace:ajax event="close" listener="#{cc.attrs.controller.dialogClose}"/>
                      <ace:textAreaEntry cols ="60" rows="12" value="#{cc.attrs.controller.controller.value}" />
                  </ace:dialog>

      the "dialogClose(AjaxBehaviorEvent) is called only on clicking the cross-Button upper right. but not on typing the escape key though the dialog closes.

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            Unassigned
            Reporter:
            F Lupke
          • Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated: