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

Albireo Test Cases

Revision as of 17:01, 16 April 2008 by Unnamed Poltroon (Talk) (Add "Size Management with Border")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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