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

      0  

    Default [CLOSED] [2.0 M1]

    [CLOSED] [2.0 M1]


    I created a simple test for the BorderLayoutDemo from the examples. I is entirely wrong with overlapping panels, etc. Below is my code for calling the demo. Is this a known issue?

    thanks,
    adam

    Code:
    public class BorderTest implements EntryPoint{
    
        @Override
        public void onModuleLoad() {
            Viewport viewport = new Viewport();
            viewport.add(new BorderLayoutDemo());
            RootPanel.get().add(viewport);
            
        }
    
    }

  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


    Please use the help forum. Your code has issues.