ICEfaces
  1. ICEfaces
  2. ICE-11203

ace:simpleSelectOneMenu rendering text blobs instead of markup

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 4.1.1
    • Fix Version/s: 4.2
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      ICEfaces
    • Assignee Priority:
      P1

      Description

      ace:simpleSelectOneMenu writes out the 'option' tags as text which ends up as being represent in DOM as a text node. The delta submit feature expects to have access to 'option' nodes in the DOM so that previous parameters can be calculated off the values stored into these nodes.

      Not only the delta submit won't work but the DOM diff also won't be as efficient as it should since it will always generate updates for all the options, in bulk.

        Activity

        Mircea Toma created issue -
        Mircea Toma made changes -
        Field Original Value New Value
        Description ace:simpleSelectOneMenu writes out the 'option' tags as text which ends up as being represent in DOM as a text node. The delta submit feature expects to have access to 'option' nodes in the DOM so that previous parameters can be calculated off the document. Not only the delta submit won't work but the DOM diff also won't be as efficient as it should.

        ace:simpleSelectOneMenu writes out the 'option' tags as text which ends up as being represent in DOM as a text node. The delta submit feature expects to have access to 'option' nodes in the DOM so that previous parameters can be calculated off the values stored into these nodes.

        Not only the delta submit won't work but the DOM diff also won't be as efficient as it should since it will always generate updates for all the options, in bulk.

        Ken Fyten made changes -
        Assignee Arturo Zambrano [ artzambrano ]
        Fix Version/s 4.2 [ 12870 ]
        Assignee Priority P1 [ 10010 ]
        Hide
        Arturo Zambrano added a comment -

        r50012: modified the rendering process to render actual 'option' elements using the ResponseWriter API, instead of rendering the options markup as a blob of text

        Show
        Arturo Zambrano added a comment - r50012: modified the rendering process to render actual 'option' elements using the ResponseWriter API, instead of rendering the options markup as a blob of text
        Arturo Zambrano made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #50012 Thu Jan 12 15:39:26 MST 2017 art.zambrano ICE-11203 modified the rendering process to render actual 'option' elements using the ResponseWriter API, instead of rendering the options markup as a blob of text
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/simpleselectonemenu/SimpleSelectOneMenuRenderer.java
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Arturo Zambrano
            Reporter:
            Mircea Toma
          • Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: