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"

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

Revision as of 17:03, 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. Open the "Parameters" view (using the "Show View" menu). Check the border radiobutton.
  2. 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