eclipse-platform / eclipse.platform.text

8 stars 45 forks source link

Test fix: focus shell before focusing button #126

Closed iloveeclipse closed 1 year ago

iloveeclipse commented 1 year ago

After https://github.com/eclipse-platform/eclipse.platform.swt/pull/451 focusing widget in a Shell that is not focused does nothing.

The test created new shells, and focused a button from original one - this doesn't work anymore. Fix the test to focus the expected shell first.

See https://github.com/eclipse-platform/eclipse.platform.swt/issues/502