Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ui5-tabcontainer): show separators in overflow #4507

Merged
merged 60 commits into from
Jan 10, 2022

Conversation

georgimkv
Copy link
Contributor

Part of #2540

kskondov and others added 30 commits November 26, 2021 11:45
…omponents into ui5-tabcontainer-keyboard-handling
…i5-webcomponents into ui5-tabcontainer-keyboardhandling
@kskondov kskondov requested a review from a team December 21, 2021 14:32
@kskondov kskondov marked this pull request as ready for review December 22, 2021 10:15
@kskondov kskondov requested a review from a team December 22, 2021 10:55
@georgimkv georgimkv requested review from a team and removed request for a team December 22, 2021 11:21
Copy link
Contributor

@dimovpetar dimovpetar left a comment

Choose a reason for hiding this comment

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

  1. Open the overflow popover
  2. resize the browser, so that the tab container header is expanded
  3. first tabs from the popover are now in the strip, but also remain in the popover

image

This looks like different issue so we can fix it seperately.

if (item._selected) {
item._selected = false;
}
}, this);
Copy link
Contributor

Choose a reason for hiding this comment

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

unnecessary this binding

@@ -45,29 +45,6 @@ describe("TabContainer general interaction", () => {
assert.strictEqual(await browser.$("#tabContainerIconOnly").getAttribute("media-range"), "XL", "media-range=XL");
});

it("tests if content is scrollable when tabcontainer takes limited height by its parent", async () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Why this test had to be deleted?

dimovpetar
dimovpetar previously approved these changes Jan 7, 2022
Copy link
Contributor

@dimovpetar dimovpetar left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor Author

@georgimkv georgimkv left a comment

Choose a reason for hiding this comment

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

The metrics of the separators in the overflow don't match the spec.
See the VD spec for UniversalIconTabBar for the correct sizes, colors, border etc.

@dimovpetar dimovpetar self-requested a review January 7, 2022 15:32
@kskondov kskondov requested a review from a team January 10, 2022 11:25
@dimovpetar dimovpetar merged commit b646157 into master Jan 10, 2022
@dimovpetar dimovpetar deleted the tc-separators-in-overflow branch January 10, 2022 12:24
NHristov-sap pushed a commit that referenced this pull request Jan 12, 2022
Show separators in overflow

Co-authored-by: Konstantin Kondov <konstantin.kondov@sap.com>
Co-authored-by: Teodor Taushanov <teodor.taushanov@sap.com>
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.

4 participants