You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-dev@incubator.apache.org by "Jing Wang (JIRA)" <xa...@incubator.apache.org> on 2007/02/20 16:57:05 UTC

[jira] Created: (XAP-315) Widegets:table header not hide properly when visible set to false

Widegets:table header not hide properly when visible set to false
-----------------------------------------------------------------

                 Key: XAP-315
                 URL: https://issues.apache.org/jira/browse/XAP-315
             Project: XAP
          Issue Type: Bug
          Components: Widgets
         Environment: Studio 3.0.2, Platform 4.5.3
            Reporter: Jing Wang


When set horizontalBoxPane property visible to false, the header of the table within it still shows while rows are hidden .

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


[jira] Updated: (XAP-315) Widgets:table header not hidden properly when visible set to false in initial xal.

Posted by "Turyn, Michael (JIRA)" <xa...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/XAP-315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Turyn, Michael updated XAP-315:
-------------------------------

    Summary: Widgets:table header not hidden properly when visible set to false in initial xal.  (was: Widegets:table header not hide properly when visible set to false)

> Widgets:table header not hidden properly when visible set to false in initial xal.
> ----------------------------------------------------------------------------------
>
>                 Key: XAP-315
>                 URL: https://issues.apache.org/jira/browse/XAP-315
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets
>         Environment: Studio 3.0.2, Platform 4.5.3
>            Reporter: Jing Wang
>
> When set horizontalBoxPane property visible to false, the header of the table within it still shows while rows are hidden .

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


[jira] Closed: (XAP-315) Widgets:table header not hidden properly when visible set to false in initial xal.

Posted by "Turyn, Michael (JIRA)" <xa...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/XAP-315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Turyn, Michael closed XAP-315.
------------------------------

    Resolution: Fixed

Overrode superclass' setVisibilityAttribute() so that there's a formal delay before the visibility is reset; without it, the column headers don't seem to get the message not to display themselves if the component has visibility "false" ab initio.

Revision 516570.

> Widgets:table header not hidden properly when visible set to false in initial xal.
> ----------------------------------------------------------------------------------
>
>                 Key: XAP-315
>                 URL: https://issues.apache.org/jira/browse/XAP-315
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets
>         Environment: Studio 3.0.2, Platform 4.5.3
>            Reporter: Jing Wang
>
> When set horizontalBoxPane property visible to false, the header of the table within it still shows while rows are hidden .

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


[jira] Commented: (XAP-315) Widgets:table header not hidden properly when visible set to false in initial xal.

Posted by "Turyn, Michael (JIRA)" <xa...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/XAP-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482163 ] 

Turyn, Michael commented on XAP-315:
------------------------------------

Now (r. 520018) really fixed.
Real (?) fix for Xap-315 (initially-hidden tables not right).
The problem was with TreeTable._rebuildHead:  it was insensitive to the actual header visibility as set, finding it and then doing nothing with it.

> Widgets:table header not hidden properly when visible set to false in initial xal.
> ----------------------------------------------------------------------------------
>
>                 Key: XAP-315
>                 URL: https://issues.apache.org/jira/browse/XAP-315
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets
>         Environment: Studio 3.0.2, Platform 4.5.3
>            Reporter: Jing Wang
>
> When set horizontalBoxPane property visible to false, the header of the table within it still shows while rows are hidden .

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


[jira] Commented: (XAP-315) Widgets:table header not hidden properly when visible set to false in initial xal.

Posted by "Turyn, Michael (JIRA)" <xa...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/XAP-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479948 ] 

Turyn, Michael commented on XAP-315:
------------------------------------

Fixed fix is r. 517018.
Earlier fix resulted in originally hidden  tables' being of 0 width under Firefox when eventually made visible

> Widgets:table header not hidden properly when visible set to false in initial xal.
> ----------------------------------------------------------------------------------
>
>                 Key: XAP-315
>                 URL: https://issues.apache.org/jira/browse/XAP-315
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets
>         Environment: Studio 3.0.2, Platform 4.5.3
>            Reporter: Jing Wang
>
> When set horizontalBoxPane property visible to false, the header of the table within it still shows while rows are hidden .

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