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

[Dialog, TextArea]: Fix double scrollbar and validity observable subscibe #403

Merged
merged 3 commits into from
Jun 28, 2024

Conversation

RiinaKuu
Copy link
Contributor

@RiinaKuu RiinaKuu commented Jun 28, 2024

https://funidata.atlassian.net/browse/DS-321

Double scrollbar appears in Sisu environment inside Dialogs with Form, this did not reproduce in Storybook.

  • Overwrote Material overflow-y value inside .mat-mdc-dialog-surface class. This is initial try to fix the issue but might need more looking into it if the problem still occurs.
  • Updated few Playwright base images since altering the overflow-y it made tiny color changes to Dialog's top/bottom borders in Safari and webkit browsers (decided to roll with it)

Fixed TextArea's ExpressionChangedAfterItHasBeenCheckedError which was caused due to lacking observable subscribe.

@RiinaKuu RiinaKuu added the bug fix Something isn't working as expected label Jun 28, 2024
…ottom border color slightly. Let us roll with that and update base images.
@github-actions github-actions bot temporarily deployed to Documentation for branch DS-321-dialog-double-scrollbar-fix June 28, 2024 10:39 Destroyed
@RiinaKuu RiinaKuu changed the title [Dialog]: Fix double scrollbar [Dialog, TextArea]: Fix double scrollbar and validity observable subscibe Jun 28, 2024
@github-actions github-actions bot temporarily deployed to Documentation for branch DS-321-dialog-double-scrollbar-fix June 28, 2024 10:55 Destroyed
@MayaMarjut MayaMarjut merged commit a0e28b3 into main Jun 28, 2024
10 checks passed
@MayaMarjut MayaMarjut deleted the DS-321-dialog-double-scrollbar-fix branch June 28, 2024 12:23
@github-actions github-actions bot locked and limited conversation to collaborators Jun 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fix Something isn't working as expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants