Skip to content

Conversation

@ptziegler
Copy link
Contributor

The tool-tip tests for the property table are no longer disabled and are therefore executed as part of the automatic tests.

During the reactivation, it was discovered that one specific behavior no longer occurs; If the property text is longer than the column, a tool-tip should be shown, containing the entire text (Similar to how an SWT table behaves).

@ptziegler ptziegler added this to the 1.21.0 milestone Jul 3, 2025
@ptziegler
Copy link
Contributor Author

Separated from #1109 due to code changes.

@ptziegler ptziegler force-pushed the fix-property-table-tests branch 3 times, most recently from 5d4999e to 3eca2b5 Compare July 3, 2025 20:57
@ptziegler ptziegler force-pushed the fix-property-table-tests branch 2 times, most recently from a9c5cba to 0bb9a23 Compare July 19, 2025 13:06
Comment on lines 49 to 55
// support clicking outside the property table
FillLayout layout = new FillLayout();
layout.marginHeight = DEFAULT_MARGIN;
layout.marginWidth = DEFAULT_MARGIN;
//
m_shell = new Shell(SWT.NO_TRIM);
m_shell.setLayout(layout);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A lot of tests tend to fail on one operating system, but not the other. This is because the window decorations differ and therefore all coordinates have a different offset.

@ptziegler
Copy link
Contributor Author

An example of what the tool-tip looks like:

image

I've moved the definition of this fallback tooltip to the PropertyFigure so that the whole logic is contained within the getPropertyTooltipProvider().

@ptziegler ptziegler force-pushed the fix-property-table-tests branch from 0bb9a23 to b5d7beb Compare July 19, 2025 13:44
The tool-tip tests for the property table are no longer disabled and are
therefore executed as part of the automatic tests.

During the reactivation, it was discovered that one specific behavior no
longer occurs; If the property text is longer than the column, a
tool-tip should be shown, containing the entire text (Similar to how an
SWT table behaves).
@ptziegler ptziegler force-pushed the fix-property-table-tests branch from b5d7beb to 15d7b2b Compare July 22, 2025 18:12
@ptziegler ptziegler merged commit a1692b3 into eclipse-windowbuilder:master Jul 22, 2025
8 checks passed
@ptziegler ptziegler deleted the fix-property-table-tests branch July 22, 2025 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant