Skip to content

Features/pbz/26.1/423389 scout server session module#1853

Open
paolobazzi wants to merge 22 commits intoreleases/26.1from
features/pbz/26.1/423389-scout-server-session-module
Open

Features/pbz/26.1/423389 scout server session module#1853
paolobazzi wants to merge 22 commits intoreleases/26.1from
features/pbz/26.1/423389-scout-server-session-module

Conversation

@paolobazzi
Copy link
Copy Markdown
Member

No description provided.

@paolobazzi paolobazzi self-assigned this Dec 4, 2025
@paolobazzi paolobazzi force-pushed the features/pbz/26.1/423389-scout-server-session-module branch 2 times, most recently from 1c40b03 to c1a321d Compare December 9, 2025 13:48
@paolobazzi paolobazzi force-pushed the features/pbz/26.1/423389-scout-server-session-module branch from 5616263 to 4f89d02 Compare January 14, 2026 16:25
@paolobazzi paolobazzi force-pushed the features/pbz/26.1/423389-scout-server-session-module branch from b4eb633 to 65a43c0 Compare January 27, 2026 17:43
buehlmic and others added 21 commits February 13, 2026 12:30
- objects.valueCopy throws if the object cannot be copied
- fix clone methods of Status

448657
The tile table should only show selection and menubar if the focus
is inside the tile. This broke because the table data now has the focus
and not the container.

The change also fixes a bug, that was already there before the focus
refactoring:
When the table is focused and tab pressed, the focus went to the body
instead of focusing the first menubar item. This happened because the
menubar was made invisible as soon as focus left the table. Now, the
menubar is only made invisible, when the focus leaves the tile, it may
be on the table data, a menu bar item, a header item or the text filter.
However, hiding the menubar cannot be done in the focusout handler
because the menubar still has the focus. So it needs to be done later.
RestoreFocusLater is the preferred method for such focus related
actions to prevent flickering, see also comment in
focusUtils.restoreFocusLater.

450639
If the table is part of a scrollable container, pressing space on a
table header item would scroll the container.

450639
Instead of showing low-level JSON values, use the text computed by
PageWithTable#getSearchFilterText.

447101
The lifecycle or the lifecycle model may be adjusted depending on the
context a form is used in. Add the possibility to pass an object type or
a child model of a FormLifecycle in the model of a form.

449831
@paolobazzi paolobazzi force-pushed the features/pbz/26.1/423389-scout-server-session-module branch from 65a43c0 to 9ac7543 Compare February 19, 2026 12:07
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.

7 participants