Thank you for reporting this bug. We will make it our priority to review this report.
  1. #1
    Ext User
    Join Date
    Feb 2009
    Posts
    44
    Vote Rating
    0
    alacenaire is on a distinguished road

      0  

    Default [CLOSED] [2.0.2] Pb in refresh top compoment

    [CLOSED] [2.0.2] Pb in refresh top compoment


    Hi,

    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();
    I have a toolbar that show and hide depends of the user wants.

    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
    Attached Images

  2. #2
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,691
    Vote Rating
    107
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    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.