[
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.