fix(ObjectPage): allow re-expanding collapsed header after IconTabBar tab switch - #8837
Merged
Merged
Conversation
…r` tab switch Co-Authored-By: Douglas Costa Rossi <douglas.rossi@sap.com>
Co-Authored-By: Douglas Costa Rossi <douglas.rossi@sap.com>
2 tasks
Contributor
|
Size Change: +367 B (+0.07%) Total Size: 524 kB 📦 View Changed
ℹ️ View Unchanged
|
Contributor
Author
|
Converted to draft as the spacer area is currently present after manually collapsing the header when scrolled to top. |
Lukas742
marked this pull request as draft
July 31, 2026 09:03
Coverage Report for CI Build 30618000021Coverage decreased (-1.1%) to 84.425%Details
Uncovered ChangesNo uncovered changes found. Coverage Regressions4 previously-covered lines in 1 file lost coverage.
Coverage Stats💛 - Coveralls |
Lukas742
marked this pull request as ready for review
July 31, 2026 12:22
Lukas742
enabled auto-merge
August 31, 2026 06:32
Lukas742
disabled auto-merge
August 31, 2026 06:35
Merged
Lukas742
pushed a commit
that referenced
this pull request
Aug 31, 2026
🤖 I have created a release *beep* *boop* --- ## [2.26.0](v2.25.1...v2.26.0) (2026-08-31) ### Features * **mcp-server:** add Streamable HTTP transport ([#8890](#8890)) ([f1bc56e](f1bc56e)) * **ObjectPage:** add `fitContent` prop for full-height sections in tab-bar mode ([#8852](#8852)) ([8f8cac2](8f8cac2)), closes [#8801](#8801) * update to UI5 Web Components 2.26.0 ([#8909](#8909)) ([690a9f8](690a9f8)) ### Bug Fixes * **AnalyticalTable:** prevent unnecessary scrollbar when CSS-scaled ([#8891](#8891)) ([538526b](538526b)) * **deps:** update dependency @tanstack/react-virtual to v3.14.10 ([#8894](#8894)) ([2de684c](2de684c)) * **ObjectPage:** allow re-expanding collapsed header after `IconTabBar` tab switch ([#8837](#8837)) ([1479a45](1479a45)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Contributor
|
🎉 This PR is included in version v2.26.0 🎉 The release is available on v2.26.0 Your semantic-release bot 📦🚀 |
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.
Fixes #8803