I'm still seeing this issue using GWT2.6.0.
For the tab that was visible when the grids were drawn, I see this structure:
<div class="gwt-TabLayoutPanelContent" style="position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;">
<div class="GPBYFDEIH" style="position: relative; overflow: hidden; height: 100%;" __gwtcellbasedwidgetimpldispatchingfocus="true" __gwtcellbasedwidgetimpldispatchingblur="true">
<div style="position: absolute; left: 0px; width: 100%; top: 0px; min-width: 20px; min-height: 20px; overflow: hidden;"></div>
<div style="position: absolute; left: 0px; width: 100%; bottom: 0px; min-width: 20px; min-height: 20px; overflow: hidden;"></div>
<div style="position: absolute; left: 0px; width: 100%; overflow: hidden; top: 25px; height: 77px;">
For a tab that wasn't visible when the grids were drawn, I see this:
<div class="gwt-TabLayoutPanelContent" style="position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;">
<div class="GPBYFDEIH" style="position: relative; overflow: hidden; height: 100%;" __gwtcellbasedwidgetimpldispatchingfocus="true" __gwtcellbasedwidgetimpldispatchingblur="true">
<div style="position: absolute; left: 0px; width: 100%; top: 0px; min-width: 20px; min-height: 20px; overflow: hidden;"></div>
<div style="position: absolute; left: 0px; width: 100%; bottom: 0px; min-width: 20px; min-height: 20px; overflow: hidden;"></div>
<div style="position: absolute; left: 0px; width: 100%; overflow: hidden; top: 0px; height: 0px;">
The last div shown, which is what eventually holds the table, has top 0 and height 0 if the tab wasn't visible when the grid was drawn.
-- For the tab that was visible when the grids were drawn, I see this structure:
<div class="gwt-TabLayoutPanelContent" style="position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;">
<div class="GPBYFDEIH" style="position: relative; overflow: hidden; height: 100%;" __gwtcellbasedwidgetimpldispatchingfocus="true" __gwtcellbasedwidgetimpldispatchingblur="true">
<div style="position: absolute; left: 0px; width: 100%; top: 0px; min-width: 20px; min-height: 20px; overflow: hidden;"></div>
<div style="position: absolute; left: 0px; width: 100%; bottom: 0px; min-width: 20px; min-height: 20px; overflow: hidden;"></div>
<div style="position: absolute; left: 0px; width: 100%; overflow: hidden; top: 25px; height: 77px;">
For a tab that wasn't visible when the grids were drawn, I see this:
<div class="gwt-TabLayoutPanelContent" style="position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;">
<div class="GPBYFDEIH" style="position: relative; overflow: hidden; height: 100%;" __gwtcellbasedwidgetimpldispatchingfocus="true" __gwtcellbasedwidgetimpldispatchingblur="true">
<div style="position: absolute; left: 0px; width: 100%; top: 0px; min-width: 20px; min-height: 20px; overflow: hidden;"></div>
<div style="position: absolute; left: 0px; width: 100%; bottom: 0px; min-width: 20px; min-height: 20px; overflow: hidden;"></div>
<div style="position: absolute; left: 0px; width: 100%; overflow: hidden; top: 0px; height: 0px;">
The last div shown, which is what eventually holds the table, has top 0 and height 0 if the tab wasn't visible when the grid was drawn.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment