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

TabContainer Overflow: Incorrect Scrolling #94

Closed
MarcusNotheis opened this issue Feb 26, 2019 · 0 comments
Closed

TabContainer Overflow: Incorrect Scrolling #94

MarcusNotheis opened this issue Feb 26, 2019 · 0 comments
Assignees
Labels
approved This issue is approved bug This issue is a bug in the code

Comments

@MarcusNotheis
Copy link
Collaborator

MarcusNotheis commented Feb 26, 2019

Describe the bug
A clear and concise description of what the bug is.

The Text Only Tab Container has an incorrect scrolling behaviour in the overflow mode.
If you click on the right icon the container scrolls to the right.
If you click in the left icon, the container scrolls to the right too.

This is only happening for the Text Only mode, in the Basic TabContainer example it is working as expected.

I could reproduce this error in my local project too, so I would guess it is more a issue with the component itself than with the playground.

To reproduce
Steps to reproduce the behavior:

  1. Open the playground
  2. Make the screen width smaller to activate the overflow mode
  3. Click on the overflow icons on both the Basic and the Text Only example
  4. Basic TabContainer is working fine, Text Only Tab Container has the described issue

Expected behavior
A clear and concise description of what you expected to happen.
After clicking the left icon I expect the container to scroll to the left.

Context

  • UI5 Web Components version: 0.7.0
  • OS/Platform: MacOS Mojave 10.14.3
  • Browser (if relevant): Chrome 72.0.3626.119

Affected components (if known)
TabContainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved This issue is approved bug This issue is a bug in the code
Projects
None yet
Development

No branches or pull requests

2 participants