Issue Details (XML | Word | Printable)

Key: WW-637
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Won't Fix
Priority: Trivial Trivial
Assignee: Mathias Bogaert
Reporter: Jim Horner
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
WebWork

textarea does not have maxlength attribute

Created: 13/Sep/04 12:21 AM   Updated: 29/Nov/04 09:04 AM
Component/s: None
Affects Version/s: 2.1.1
Fix Version/s: 2.1.7

Environment: any


 Description  « Hide
textarea control does not have a maxlength attribute to allow creation of an html tag such as

<textarea cols="80" rows="5" maxlength="400">blah</textarea>

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Francisco Hernandez added a comment - 13/Sep/04 01:55 PM
looks like actual xhtml textarea tag doesnt have a maxlength attribute so this wouldnt apply