ICEfaces
  1. ICEfaces
  2. ICE-7471

ace:dialog - dynamically changing header value causes dialog content to disappear

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.1-Beta2
    • Fix Version/s: 3.0.1, EE-3.0.0.GA
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      ICEfaces 2.1.0 Beta2

      Description

      If the header attribute of the ace:dialog component is set to a value binding EL expression and this value is changed while the dialog is displayed, the dialog losses its content and the header is not changed. A browser refresh displays the correct value and content.



        Activity

        Hide
        yip.ng added a comment -

        Same general problem as ICE-7517. Only now it's the title attribute that gets moved, not "appendToBody." And it's moved in jQuery JS, not wrapper JS. See screenshot-3.png.

        Show
        yip.ng added a comment - Same general problem as ICE-7517 . Only now it's the title attribute that gets moved, not "appendToBody." And it's moved in jQuery JS, not wrapper JS. See screenshot-3.png.
        Hide
        yip.ng added a comment - - edited

        Fixed. The jQuery dialog already has a title parameter to take the header text directly. By using the title parameter the framework DOM diff. is able to detect the difference. Don't know why Grimlock used the twisted way of passing the header text thru a title attribute.

        Revision: 28131


        Modified : /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/dialog/DialogRenderer.java

        Show
        yip.ng added a comment - - edited Fixed. The jQuery dialog already has a title parameter to take the header text directly. By using the title parameter the framework DOM diff. is able to detect the difference. Don't know why Grimlock used the twisted way of passing the header text thru a title attribute. Revision: 28131 Modified : /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/dialog/DialogRenderer.java
        Hide
        yip.ng added a comment -

        Revision: 28154


        Modified : /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/dialog/DialogRenderer.java

        Show
        yip.ng added a comment - Revision: 28154 Modified : /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/dialog/DialogRenderer.java

          People

          • Assignee:
            yip.ng
            Reporter:
            Arran Mccullough
          • Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: