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

Bug: Sticky columns do not render correctly #1796

Open
sosopk opened this issue Jan 27, 2023 · 1 comment
Open

Bug: Sticky columns do not render correctly #1796

sosopk opened this issue Jan 27, 2023 · 1 comment
Labels
bug Something isn't working comp: angular Issues related to @sbb-esta/angular effort2: days prio4: low Should be done after all higher priorities are done

Comments

@sosopk
Copy link

sosopk commented Jan 27, 2023

Describe the bug
We use Sticky Columns in SbbTable. When I want to filter rows, the sticky columns get rendered in a wrong way (look at attached image). This happens only if horizontal scrolling is moved (so that sticky columns appear above other columns)

To Reproduce
Steps to reproduce the behavior:

  1. Go to Demo and run stackbliz example
  2. make page width smaller, so that the example table receives horizontal scrolling
  3. Scroll a bit on the right, to hide a small part of 'name' column under sticky 'position' column
  4. try to filter 'name' column with filter editbox
  5. after trying different filter values, the above described behaviour must be seen

Expected behavior
Sticky columns must be re-rendered correctly each time a filter is changed

Screenshots
sticky columns corrupt

Desktop (please complete the following information):

  • OS: Windows
  • Browser: chrome (108.0.5359.125) and edge
  • Version of Angular 14.0.1,
  • Version of SBB Library: 14.4.0 (but seems to be the case with v15 too)
@sosopk sosopk added the bug Something isn't working label Jan 27, 2023
@kyubisation kyubisation added effort2: days prio4: low Should be done after all higher priorities are done comp: angular Issues related to @sbb-esta/angular labels Jan 27, 2023
@mhaertwig
Copy link
Collaborator

Caused by angular/components#26543

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working comp: angular Issues related to @sbb-esta/angular effort2: days prio4: low Should be done after all higher priorities are done
Projects
None yet
Development

No branches or pull requests

3 participants