E536 Avoid jumping if property table is refreshed by a change by ptziegler · Pull Request #1006 · eclipse-windowbuilder/windowbuilder · GitHub
[go: up one dir, main page]

Skip to content

Avoid jumping if property table is refreshed by a change#1006

Merged
ptziegler merged 1 commit intoeclipse-windowbuilder:masterfrom
ptziegler:avoid-jumping-in-property-table
Mar 17, 2025
Merged

Avoid jumping if property table is refreshed by a change#1006
ptziegler merged 1 commit intoeclipse-windowbuilder:masterfrom
ptziegler:avoid-jumping-in-property-table

Conversation

@ptziegler
Copy link
Contributor

If the table is refreshed due to editing a property, it may happen that the table is scrolled to the very top and thus hiding the selection. This is because the active property is set before the new input. Thus the selection is done on an outdated edit-part.

Instead the input should be set before the selection. Furthermore, the input needs to be validated, to ensure that the bounds of the figures are correct.

If the table is refreshed due to editing a property, it may happen that
the table is scrolled to the very top and thus hiding the selection.
This is because the active property is set before the new input. Thus
the selection is done on an outdated edit-part.

Instead the input should be set before the selection. Furthermore, the
input needs to be validated, to ensure that the bounds of the figures
are correct.
@ptziegler ptziegler added this to the 1.20.0 milestone Mar 17, 2025
@ptziegler ptziegler merged commit a3162e1 into eclipse-windowbuilder:master Mar 17, 2025
5 of 6 checks passed
@ptziegler ptziegler deleted the avoid-jumping-in-property-table branch March 17, 2025 18:44
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

0