Community
Participate
Working Groups
Build Identifier: RAP 1.4 The following code in the perspective in RAP 1.3 added the views in correct order: createFolder.addView(View1.ID); createFolder.addView(View2.ID); createFolder.addView(View3.ID); After switching to RAP 1.4 (without changing the perspective class) they are ordered backwards. It happens only in the business or fancy design example. When starting with the rap standard design the view order is correct. Reproducible: Always Steps to Reproduce: 1. use business or fancy design example 2. create a perspective with more than one view in one folder 3. views are ordered backwards
Created attachment 200080 [details] correct order (RAP 1.3)
Created attachment 200081 [details] wrong order (RAP 1.4)
The problem was in ViewStackPresentation#moveToTabBarEnd which moved the button to beginning of the tab bar if lastInvisibleButton is null. Changes are in CVS HEAD.