You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Greg Brown (JIRA)" <ji...@apache.org> on 2009/08/10 22:48:14 UTC

[jira] Reopened: (PIVOT-212) Eliminate Component "displayable" property; use "visible" for this purpose

     [ https://issues.apache.org/jira/browse/PIVOT-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Brown reopened PIVOT-212:
------------------------------

      Assignee: Todd Volkert  (was: Greg Brown)

Re-opening and assigning to Todd to make sure that TablePaneSkin is correctly using isVisible() and setVisible() and ScrollPaneSkin is correctly using setVisible().


> Eliminate Component "displayable" property; use "visible" for this purpose
> --------------------------------------------------------------------------
>
>                 Key: PIVOT-212
>                 URL: https://issues.apache.org/jira/browse/PIVOT-212
>             Project: Pivot
>          Issue Type: Task
>          Components: wtk
>    Affects Versions: 1.3
>            Reporter: Greg Brown
>            Assignee: Todd Volkert
>             Fix For: 1.3
>
>
> Currently, some skins treat the displayable flag a "preferred visibility". This may not be the correct interpretation. Arguably, a non-displayable component should simply be taken out of the flow, not made invisible.
> Also, some skins currently respect the displayable flag that may not need to (e.g. WindowSkin).
> We should eliminate this property and use a component's visibility instead. This is the approach taken by AWT. We should also review which containers are currently trying to respect "displayable" and remove this code where it doesn't make sense.

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