[ 
https://issues.apache.org/jira/browse/WW-2411?focusedWorklogId=565865&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-565865
 ]

ASF GitHub Bot logged work on WW-2411:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 14/Mar/21 09:10
            Start Date: 14/Mar/21 09:10
    Worklog Time Spent: 10m 
      Work Description: lukaszlenart commented on pull request #474:
URL: https://github.com/apache/struts/pull/474#issuecomment-798873619


   We are currently developing two versions of Struts
   - `master` branch represents incoming [Struts 
2.6](https://issues.apache.org/jira/projects/WW/versions/12340222)
   - `struts-2-5-x` branch is used to maintain current [Struts 
2.5.x](https://issues.apache.org/jira/projects/WW/versions/12349611)
   
   You addressed your fix just against the `master` branch which means it will 
be included in Struts 2.6 - this is fine if you can wait on that version to be 
released probably in a few months. If you would like to see your fix early, you 
must _port_ it to `struts-2-5-x` branch by cherry-picking the changes and 
opening a new PR against `struts-2-5-x` branch.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 565865)
    Time Spent: 2h  (was: 1h 50m)

> Add a maxlength attribute to the textarea tag
> ---------------------------------------------
>
>                 Key: WW-2411
>                 URL: https://issues.apache.org/jira/browse/WW-2411
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Plugin - Tags
>    Affects Versions: 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 
> 2.0.8, 2.0.9, 2.0.10, 2.0.11
>            Reporter: Mark Lewis
>            Priority: Minor
>             Fix For: 2.6
>
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> This is an easy one.  The maxlength attribute already exists for the 
> s:textfield tag (which directly corresponds to the maxlength attribute of the 
> HTML input tag).  A bit of javascript can easily place a character limit on 
> an HTML textarea element, and this could be controlled by adding an attribute 
> to the s:textarea tag.
> Certain themes could also display the number of characters remaining in a 
> separate element or tooltip.
> Probably affects versions beyond those listed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to