ICEfaces
  1. ICEfaces
  2. ICE-2386

XHTML: <ice:inputTextArea>, <textarea> missing required attributes

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Minor Minor
    • Resolution: Fixed
    • Affects Version/s: 1.6.2
    • Fix Version/s: 1.7DR#3, 1.7
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      All

      Description

      The attributes 'rows' and 'cols' are required for the <textarea> element, but they aren't being rendered unless the user adds them to the <ice:inputTextArea> tag.

        Issue Links

          Activity

          Arturo Zambrano created issue -
          Arturo Zambrano made changes -
          Field Original Value New Value
          Assignee Arturo Zambrano [ artzambrano ]
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #15219 Wed Nov 21 16:09:23 MST 2007 art.zambrano ICE-2386 XHTML: now <textarea> is rendered with the required attributes 'rows' and 'cols' when the user doesn't specify them
          Files Changed
          Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/renderkit/dom_html_basic/TextareaRenderer.java
          Hide
          Arturo Zambrano added a comment -

          Fixed so that when the user doesn't specify these attributes, they are rendered inside <textarea> with default values (2 rows, 20 columns).

          Show
          Arturo Zambrano added a comment - Fixed so that when the user doesn't specify these attributes, they are rendered inside <textarea> with default values (2 rows, 20 columns).
          Arturo Zambrano made changes -
          Status Open [ 1 ] Resolved [ 5 ]
          Resolution Fixed [ 1 ]
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #15234 Thu Nov 22 12:56:46 MST 2007 adnan.durrani Change is related to ICE-2386. It is safe to check for a Null. We are sure that the SUN RI returns an Integer for the row and col property, if never specified. However other RIs might return a null value
          Files Changed
          Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/renderkit/dom_html_basic/TextareaRenderer.java
          Ken Fyten made changes -
          Fix Version/s 1.7DR#3 [ 10112 ]
          Ken Fyten made changes -
          Link This issue blocks ICE-1114 [ ICE-1114 ]
          Ken Fyten made changes -
          Priority Major [ 3 ] Minor [ 4 ]
          Ken Fyten made changes -
          Fix Version/s 1.7 [ 10080 ]
          Ken Fyten made changes -
          Status Resolved [ 5 ] Closed [ 6 ]
          Assignee Arturo Zambrano [ artzambrano ]

            People

            • Assignee:
              Unassigned
              Reporter:
              Arturo Zambrano
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: