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 "Trevor Oldak (JIRA)" <xa...@incubator.apache.org> on 2007/06/01 20:33:16 UTC

[jira] Created: (XAP-466) Widgets: Table: Table that starts with visible=false shows up as 2px by 2px when visible set to true

Widgets: Table: Table that starts with visible=false shows up as 2px by 2px when visible set to true
----------------------------------------------------------------------------------------------------

                 Key: XAP-466
                 URL: https://issues.apache.org/jira/browse/XAP-466
             Project: XAP
          Issue Type: Bug
          Components: Widgets: Table/Tree/TreeTable
            Reporter: Trevor Oldak


Edit the table widget component test so testComponent's visible attribute is set to false by default.
Now set visible to true.
The table shows up as only 2x2

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


[jira] Updated: (XAP-466) Widgets: Table: Table that starts with visible=false shows up as 2px by 2px when visible set to true

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

Turyn, Michael updated XAP-466:
-------------------------------

    Attachment: TableBridge_startingInvisible.txt

This bug is rooted in HTML's not sizing the dom node correctly if it's invisible and has no specified sizes.  The attached fix to TableBridge (note: not an ed-ready patch) fixes this by checking to see if we've _ever_ displayed, and if not rebuilding the table the first time the table is made visible.

Known bugs:  "Start invisible"/"Set height and/or width"/"Make visible" does not work; this might lie deeper in TreeTable when it's trying not to do resizing before it has a dom node on-screen.

> Widgets: Table: Table that starts with visible=false shows up as 2px by 2px when visible set to true
> ----------------------------------------------------------------------------------------------------
>
>                 Key: XAP-466
>                 URL: https://issues.apache.org/jira/browse/XAP-466
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets: Table/Tree/TreeTable
>            Reporter: Trevor Oldak
>         Attachments: TableBridge_startingInvisible.txt
>
>
> Edit the table widget component test so testComponent's visible attribute is set to false by default.
> Now set visible to true.
> The table shows up as only 2x2

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


[jira] Closed: (XAP-466) Widgets: Table: Table that starts with visible=false shows up as 2px by 2px when visible set to true

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

Trevor Oldak closed XAP-466.
----------------------------

    Resolution: Cannot Reproduce

> Widgets: Table: Table that starts with visible=false shows up as 2px by 2px when visible set to true
> ----------------------------------------------------------------------------------------------------
>
>                 Key: XAP-466
>                 URL: https://issues.apache.org/jira/browse/XAP-466
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets: Table/Tree/TreeTable
>            Reporter: Trevor Oldak
>         Attachments: TableBridge_startingInvisible.txt
>
>
> Edit the table widget component test so testComponent's visible attribute is set to false by default.
> Now set visible to true.
> The table shows up as only 2x2

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