Features/pbz/26.1/423389 scout server session module#1853
Open
paolobazzi wants to merge 22 commits intoreleases/26.1from
Open
Features/pbz/26.1/423389 scout server session module#1853paolobazzi wants to merge 22 commits intoreleases/26.1from
paolobazzi wants to merge 22 commits intoreleases/26.1from
Conversation
1c40b03 to
c1a321d
Compare
5616263 to
4f89d02
Compare
b4eb633 to
65a43c0
Compare
- 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
65a43c0 to
9ac7543
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.