Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Albireo Test Cases"

(Add "Size Management with Border")
 
m (Size Management with Border)
Line 9: Line 9:
 
'''How to Reproduce''':
 
'''How to Reproduce''':
  
  1) Check out the modules org.eclipse.albireo.core and
+
# Check out the modules org.eclipse.albireo.core and org.eclipse.albireo.examples.plugin from the Albireo CVS.
    org.eclipse.albireo.examples.plugin from the Albireo CVS.
+
# Run the examples plugin as an Eclipse application.
  2) Run the examples plugin as an Eclipse application.
+
# Open the "Parameters" view (using the "Show View" menu). Check the border radiobutton.
  3) Open the "Parameters" view (using the "Show View" menu). Check the border radiobutton.
+
# Open the Grid Layout view or the Screen Coordinates view.
  4) Open the Grid Layout view or the Screen Coordinates view.
+
  
 
'''Problem''':
 
'''Problem''':

Revision as of 17:02, 16 April 2008

Focus Management Test Cases

These are listed in detail here.

Size Management with Border

This is 91896 SWT_AWT: Incorrect layout of AWT frame when SWT.BORDER style is set on the Composite

How to Reproduce:

  1. Check out the modules org.eclipse.albireo.core and org.eclipse.albireo.examples.plugin from the Albireo CVS.
  2. Run the examples plugin as an Eclipse application.
  3. Open the "Parameters" view (using the "Show View" menu). Check the border radiobutton.
  4. Open the Grid Layout view or the Screen Coordinates view.

Problem:

The border width is not taken into account at the right and bottom sides.

Albireo fix:

Use an intermediate Composite without borders.

Notes:

Back to the top