Details
-
Type: Improvement
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 1.6.2
-
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
- blocks
-
ICE-1114 Accessiblity: Components must support XHTML v1.0 Transitional markup
- Closed
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 | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/renderkit/dom_html_basic/TextareaRenderer.java
|
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 |
Files Changed | ||||
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 -
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 ] |
Fixed so that when the user doesn't specify these attributes, they are rendered inside <textarea> with default values (2 rows, 20 columns).