Opened 10 years ago
Closed 10 years ago
#11991 closed defect (invalid)
DataGrid doesn't display in a TabContainer when its tab is selected
Reported by: | Remoun Metyas | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
In a TabContainer with several tabs each containing a DataGrid, changing the selected tab leaves the grid invisible until it is re-rendered, e.g. by changing the font size in the browser (Ctrl-+).
I'm think _onShow should call render or _render (patch attached).
Attachments (1)
Change History (4)
Changed 10 years ago by
Attachment: | Grid.rerender-onShow.patch added |
---|
comment:1 Changed 10 years ago by
Owner: | changed from bryanforbes to Bryan Forbes |
---|
comment:2 Changed 10 years ago by
Turns out the problem only manifests when the DataGrid? is in a _Templated widget (DataGrid? does resize/render correctly in a TabContainer?, but _Templated does not call resize()) -- see #11989.
So yeah, false alert; please close.
comment:3 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Make _onShow call render.