Oliver Lietz created FELIX-4007:
-----------------------------------

             Summary: enable multiline inputs in Web Console Configuration
                 Key: FELIX-4007
                 URL: https://issues.apache.org/jira/browse/FELIX-4007
             Project: Felix
          Issue Type: Improvement
          Components: Web Console
    Affects Versions: webconsole-4.0.0
            Reporter: Oliver Lietz


me: Is there a reason not to use a single row textarea (rows="1") by default?

Felix: No ;-)

Never treally thought of this. But this could be a way to the solution. 
Something like:

  * textarea always
  * if value contains CR/LF:
        * as many rows as CR/LF
        * unless there are more than say 5 CR/LF
  * add keyboard event ensuring rows > 1 when
      user hits return

http://mail-archives.apache.org/mod_mbox/felix-users/201206.mbox/%[email protected]%3e

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to