-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
testFirstTabIsActivatedByDefault is no more passing with SWT fix for issue #46 #1287
Conversation
...ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationTabGroupViewer.java
Show resolved
Hide resolved
Test Results 1 708 files - 23 1 708 suites - 23 1h 20m 44s ⏱️ - 3m 43s For more details on these failures, see this check. Results for commit 40e87c6. ± Comparison against base commit 50a95d9. ♻️ This comment has been updated with latest results. |
775a808
to
0d5c33c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The current changes would break some existing functionality. I'd like to establish some expected behavior for LaunchConfigurationTabGroupViewer
and for its setActiveTab
method before moving forward with this PR and with the fix in SWT (eclipse-platform/eclipse.platform.swt#1044, eclipse-platform/eclipse.platform.swt#1164)
...ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationTabGroupViewer.java
Show resolved
Hide resolved
Hi @fedejeanne
Eclipse SDK
|
You're missing the point, it's important that no unnecessary (de)activations of tabs occur once you apply the fix (see my comment: https://github.com/eclipse-platform/eclipse.platform/pull/1287/files#r1553193527). I added some tests to make sure of that: #1298 Those test don't pass if you apply eclipse-platform/eclipse.platform.swt#46 + #1287 |
6808694
to
0599ce9
Compare
This was resolved in #1346 |
Thanks fedejeanne. |
Fixes #1239
With the swt fix for eclipse-platform/eclipse.platform.swt#46 via pr eclipse-platform/eclipse.platform.swt#1044 we are seeing propagateTabActivation() is not being called on all platforms.
For more details please see -> eclipse-platform/eclipse.platform.swt#46 (comment)