-
30 Sep 2009 11:56 PM #1
[CLOSED] [2.0.2] Pb in refresh top compoment
[CLOSED] [2.0.2] Pb in refresh top compoment
Hi,
I have a toolbar that show and hide depends of the user wants.Code:m_toolbar = new ToolBar(); m_panel = new ContentPanel(); m_panel.setTopComponent(m_toolbar); // Show the toolbar m_toolbar.show(); // Hide the toolbar m_toolbar.hide();
If i hide the toolbar and show it after the toolbar is compacted.
If i resize the window the toolbar is back to the normal size.
The problem is the same with the bottom compoment.
The 2 screenshots show the problem on the screen.
This problem is not present in GXT 2.0.1.
Thanks.
GWT 1.7 - GXT 2.0.2
-
1 Oct 2009 7:22 AM #2
This is not really a bug in GXT. If something is hidden with display none browsers cannot size it. You need to change the hidemode of the toolbar to be something different than HideMode.DISPLAY. I will makr this thread as closed.
For future posts in the bug forum please read the bugforum guidelines carefully.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote