Open laeubi opened 4 months ago
Thanks for the mention of Linux. Can you also please add "linux" tag to the issue.
Just to understand on the issue, i have tried it on windows 11 and i see that client area for first tab is being shown fine.
Thanks for the mention of Linux. Can you also please add "linux" tag to the issue. Just to understand on the issue, i have tried it on windows 11 and i see that client area for first tab is being shown fine.
Thanks for verification, then it seem to only happen on linux :-\ I have added the linux/gtk label now.
Today I debugged some issues with tab folder and found the following quite annoying behavior (linux/gtk):
If one has an empty tab folder and adds the first tab to it, the client are is reported as 1x1 pixel right after that call. This leads to the tab appear to be "empty" or distorted depending on the widget it shows.
Query for the size in an async execution or when adding another tab always reports the correct size.
Here is a snippet to reproduce:
Here is how it looks like:
https://github.com/eclipse-platform/eclipse.platform.swt/assets/1331477/5b90baa8-8c27-4b93-b289-0dff84655c85
As one can see the label is only visible after resizing the tab.