Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    SGWT.mobile - 2013-01-20 regression

    Hi,

    Just tried version 2013-01-20. My main panel which is a ScrollablePanel (not a tabSet like in the showcase) is not shown anymore. No exception just a blank page.

    Made a simple code for you to reproduce the problem:

    Code:
        public void onDeviceReady() {
    
        	ScrollablePanel loadingPanel = new ScrollablePanel("Test");
        	loadingPanel.addMember(new Label("Test"));
        	RootLayoutPanel.get().add(loadingPanel);
        	
    	}
    This runs ok, no exception, but page remains empty.
    Tried with Chrome and Firefox.
    The same code with prior versions would show "Test" on the top of the page

    Thanks, Ben.

    #2
    This problem was introduced in 2013-01-19

    Comment


      #3
      Any news about this one ? This is blocking me from upgrading since 2013-01-19. Just test in 2013-01-23, still there.

      Thanks, Ben.

      Comment


        #4
        Fixed for tomorrow's build.

        Comment


          #5
          Thanks, that's fine now.

          Comment

          Working...
          X