ICEfaces
  1. ICEfaces
  2. ICE-4859

stateSavingMarker should not be visible

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Minor Minor
    • Resolution: Fixed
    • Affects Version/s: 1.8.1
    • Fix Version/s: 1.8.2
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      current icefaces 1.8.1 from trunk

      Description

      Updates for form sends invalid content for empty form.

      In IE6-7 browsers empty forms (for example after modal popup is closed) are displayed with one line of empty area
      - this area should not be visible/

      Example of empty form after inner modal is closed

      <FORM class="iceFrm" id="ts3" onsubmit="return false;" action="javascript:;" method="post" class="iceFrm" enctype="application/x-www-form-urlencoded">
      <INPUT type="hidden" name="ts3" value="ts3" /><INPUT type="hidden" name="icefacesCssUpdates" value="" />
      <DIV id="ts3:stateSavingMarker">
        <INPUT id="javax.faces.ViewState" type="hidden" name="javax.faces.ViewState" value="1" />
        <INPUT type="hidden" name="javax.faces.RenderKitId" value="ICEfacesRenderKit" />
      </DIV>
      <DIV id="ts3hdnFldsDiv" style="DISPLAY: none"></DIV>
      </FORM>

      As you see div id="ts3:stateSavingMarker" should also got style="DISPLAY: none"


      Patch for FormRendered.java
      line 390
                  root.appendChild( n );
                  ((Element) n).setAttribute( "id", id );
      > ((Element) n).setAttribute(HTML.STYLE_ATTR, "display:none;");
                  domWriter.trackMarkerNode( n );
      1. err2.PNG
        18 kB
      2. screenshot-1.png
        164 kB

        Activity

        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Assignee Priority P2
        yip.ng made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        yip.ng made changes -
        Attachment screenshot-1.png [ 12008 ]
        Ken Fyten made changes -
        Salesforce Case []
        Fix Version/s 1.8.2 [ 10190 ]
        Ken Fyten made changes -
        Salesforce Case []
        Component/s Framework [ 10013 ]
        Assignee Priority P2
        Assignee Yip Ng [ yip.ng ]
        Priority Major [ 3 ] Minor [ 4 ]
        Krashan Brahmanjara made changes -
        Field Original Value New Value
        Attachment err2.PNG [ 11936 ]
        Krashan Brahmanjara created issue -

          People

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

            Dates

            • Created:
              Updated:
              Resolved: