You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Taro App (JIRA)" <ji...@apache.org> on 2011/01/13 16:17:45 UTC

[jira] Created: (PIVOT-695) TextInput should support editable property

TextInput should support editable property
------------------------------------------

                 Key: PIVOT-695
                 URL: https://issues.apache.org/jira/browse/PIVOT-695
             Project: Pivot
          Issue Type: Improvement
    Affects Versions: 2.0
            Reporter: Taro App
            Priority: Minor


TextInput  should support editable property as TextArea does. Setting editable to false should make the TextInput read only.

Workaround may be to use a single line TextArea with editable="false" but the pain part is that you can't scroll the TextArea horizontally with mouse drag.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] [Resolved] (PIVOT-695) TextInput should support editable property

Posted by "Noel Grandin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noel Grandin resolved PIVOT-695.
--------------------------------

    Resolution: Fixed
      Assignee: Noel Grandin

Fixed in 1130155

> TextInput should support editable property
> ------------------------------------------
>
>                 Key: PIVOT-695
>                 URL: https://issues.apache.org/jira/browse/PIVOT-695
>             Project: Pivot
>          Issue Type: Improvement
>    Affects Versions: 2.0
>            Reporter: Taro App
>            Assignee: Noel Grandin
>            Priority: Minor
>             Fix For: 2.0.1
>
>
> TextInput  should support editable property as TextArea does. Setting editable to false should make the TextInput read only.
> Workaround may be to use a single line TextArea with editable="false" but the pain part is that you can't scroll the TextArea horizontally with mouse drag.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (PIVOT-695) TextInput should support editable property

Posted by "Sandro Martini (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sandro Martini updated PIVOT-695:
---------------------------------

    Fix Version/s: 2.0.1

> TextInput should support editable property
> ------------------------------------------
>
>                 Key: PIVOT-695
>                 URL: https://issues.apache.org/jira/browse/PIVOT-695
>             Project: Pivot
>          Issue Type: Improvement
>    Affects Versions: 2.0
>            Reporter: Taro App
>            Priority: Minor
>             Fix For: 2.0.1
>
>
> TextInput  should support editable property as TextArea does. Setting editable to false should make the TextInput read only.
> Workaround may be to use a single line TextArea with editable="false" but the pain part is that you can't scroll the TextArea horizontally with mouse drag.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (PIVOT-695) TextInput should support editable property

Posted by "Greg Brown (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIVOT-695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981281#action_12981281 ] 

Greg Brown commented on PIVOT-695:
----------------------------------

Like all components, TextInput does support the "enabled" flag. Maybe you can use that?


> TextInput should support editable property
> ------------------------------------------
>
>                 Key: PIVOT-695
>                 URL: https://issues.apache.org/jira/browse/PIVOT-695
>             Project: Pivot
>          Issue Type: Improvement
>    Affects Versions: 2.0
>            Reporter: Taro App
>            Priority: Minor
>
> TextInput  should support editable property as TextArea does. Setting editable to false should make the TextInput read only.
> Workaround may be to use a single line TextArea with editable="false" but the pain part is that you can't scroll the TextArea horizontally with mouse drag.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (PIVOT-695) TextInput should support editable property

Posted by "Taro App (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIVOT-695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12982036#action_12982036 ] 

Taro App commented on PIVOT-695:
--------------------------------

TextInput with enabled="false" can be used, but you cannot scroll when text width is longer than the width of TextInput. enabled="false" and editable="false" should have slightly different meanings.

> TextInput should support editable property
> ------------------------------------------
>
>                 Key: PIVOT-695
>                 URL: https://issues.apache.org/jira/browse/PIVOT-695
>             Project: Pivot
>          Issue Type: Improvement
>    Affects Versions: 2.0
>            Reporter: Taro App
>            Priority: Minor
>             Fix For: 2.0.1
>
>
> TextInput  should support editable property as TextArea does. Setting editable to false should make the TextInput read only.
> Workaround may be to use a single line TextArea with editable="false" but the pain part is that you can't scroll the TextArea horizontally with mouse drag.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.