You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Chris Bartlett (JIRA)" <ji...@apache.org> on 2010/09/23 22:53:34 UTC

[jira] Created: (PIVOT-645) Remove the keyboardFolderTraversalEnabled style from TerraFileBrowserSkin

Remove the keyboardFolderTraversalEnabled style from TerraFileBrowserSkin 
--------------------------------------------------------------------------

                 Key: PIVOT-645
                 URL: https://issues.apache.org/jira/browse/PIVOT-645
             Project: Pivot
          Issue Type: Improvement
          Components: wtk-terra
         Environment: n/a
            Reporter: Chris Bartlett
            Assignee: Chris Bartlett
            Priority: Trivial
             Fix For: 2.0


org.apache.pivot.wtk.skin.terra.TerraFileBrowserSkin can perform 2 kinds of folder navigation as a result of keypresses.

The ENTER key changes into the selected directory, but only if keyboardFolderTraversalEnabled has been set to true (the default value)
DELETE & BACKSPACE both change to the parent of the current directory, regardless of the style.

Remove the style in order to reduce clutter in the class.

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


[jira] Reopened: (PIVOT-645) Remove the keyboardFolderTraversalEnabled style from TerraFileBrowserSkin

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

Greg Brown reopened PIVOT-645:
------------------------------


> Remove the keyboardFolderTraversalEnabled style from TerraFileBrowserSkin 
> --------------------------------------------------------------------------
>
>                 Key: PIVOT-645
>                 URL: https://issues.apache.org/jira/browse/PIVOT-645
>             Project: Pivot
>          Issue Type: Improvement
>          Components: wtk-terra
>         Environment: n/a
>            Reporter: Chris Bartlett
>            Assignee: Chris Bartlett
>            Priority: Trivial
>             Fix For: 2.0
>
>
> org.apache.pivot.wtk.skin.terra.TerraFileBrowserSkin can perform 2 kinds of folder navigation as a result of keypresses.
> The ENTER key changes into the selected directory, but only if keyboardFolderTraversalEnabled has been set to true (the default value)
> DELETE & BACKSPACE both change to the parent of the current directory, regardless of the style.
> Remove the style in order to reduce clutter in the class.

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


[jira] Resolved: (PIVOT-645) Remove the keyboardFolderTraversalEnabled style from TerraFileBrowserSkin

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

Chris Bartlett resolved PIVOT-645.
----------------------------------

    Resolution: Fixed

Removed keyboardFolderTraversalEnabled style

> Remove the keyboardFolderTraversalEnabled style from TerraFileBrowserSkin 
> --------------------------------------------------------------------------
>
>                 Key: PIVOT-645
>                 URL: https://issues.apache.org/jira/browse/PIVOT-645
>             Project: Pivot
>          Issue Type: Improvement
>          Components: wtk-terra
>         Environment: n/a
>            Reporter: Chris Bartlett
>            Assignee: Chris Bartlett
>            Priority: Trivial
>             Fix For: 2.0
>
>
> org.apache.pivot.wtk.skin.terra.TerraFileBrowserSkin can perform 2 kinds of folder navigation as a result of keypresses.
> The ENTER key changes into the selected directory, but only if keyboardFolderTraversalEnabled has been set to true (the default value)
> DELETE & BACKSPACE both change to the parent of the current directory, regardless of the style.
> Remove the style in order to reduce clutter in the class.

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


[jira] Resolved: (PIVOT-645) Remove the keyboardFolderTraversalEnabled style from TerraFileBrowserSkin

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

Greg Brown resolved PIVOT-645.
------------------------------

    Resolution: Won't Fix

This style is actually used by TerraFileBrowserSheetSkin and should not be removed.


> Remove the keyboardFolderTraversalEnabled style from TerraFileBrowserSkin 
> --------------------------------------------------------------------------
>
>                 Key: PIVOT-645
>                 URL: https://issues.apache.org/jira/browse/PIVOT-645
>             Project: Pivot
>          Issue Type: Improvement
>          Components: wtk-terra
>         Environment: n/a
>            Reporter: Chris Bartlett
>            Assignee: Chris Bartlett
>            Priority: Trivial
>             Fix For: 2.0
>
>
> org.apache.pivot.wtk.skin.terra.TerraFileBrowserSkin can perform 2 kinds of folder navigation as a result of keypresses.
> The ENTER key changes into the selected directory, but only if keyboardFolderTraversalEnabled has been set to true (the default value)
> DELETE & BACKSPACE both change to the parent of the current directory, regardless of the style.
> Remove the style in order to reduce clutter in the class.

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