design-system icon indicating copy to clipboard operation
design-system copied to clipboard

fix(styles): restored scroll functionality on disabled textareas

Open alionazherdetska opened this issue 7 months ago โ€ข 5 comments

This PR is on hold until after the v8 release is completed.

๐Ÿ“„ Description

This PR fixes issue where disabled textareas are not scrollable in Chrome. The fix adds pointer-events: all to disabled textareas to ensure users can still scroll through content even when the textarea is disabled.

๐Ÿ“ Checklist

  • โœ… My code follows the style guidelines of this project
  • ๐Ÿ› ๏ธ I have performed a self-review of my own code
  • ๐Ÿ“„ I have made corresponding changes to the documentation
  • โš ๏ธ My changes generate no new warnings or errors
  • ๐Ÿงช I have added tests that prove my fix is effective or that my feature works
  • โœ”๏ธ New and existing unit tests pass locally with my changes

alionazherdetska avatar May 07 '25 12:05 alionazherdetska

๐Ÿฆ‹ Changeset detected

Latest commit: 3bc6e45f959570df66fa6f090bfbf4045d13efc2

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 17 packages
Name Type
@swisspost/design-system-styles Patch
@swisspost/design-system-components-angular-workspace Patch
@swisspost/design-system-components Patch
@swisspost/design-system-demo Patch
@swisspost/design-system-documentation Patch
@swisspost/internet-header Patch
@swisspost/design-system-intranet-header-workspace Patch
@swisspost/design-system-nextjs-integration Patch
@swisspost/design-system-styles-primeng-workspace Patch
@swisspost/design-system-intranet-header Patch
@swisspost/design-system-styles-primeng Patch
@swisspost/design-system-components-react Patch
@swisspost/design-system-components-angular Patch
@swisspost/design-system-intranet-header-showcase Patch
@swisspost/design-system-tokens Patch
@swisspost/design-system-icons Patch
@swisspost/design-system-migrations Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

changeset-bot[bot] avatar May 07 '25 12:05 changeset-bot[bot]

The latest updates on your projects. Learn more about Vercel for Git โ†—๏ธŽ

Name Status Preview Comments Updated (UTC)
design-system-documentation โœ… Ready (Inspect) Visit Preview ๐Ÿ’ฌ Add feedback May 7, 2025 0:47am

vercel[bot] avatar May 07 '25 12:05 vercel[bot]

Related Previews

  • https://preview-5447--swisspost-web-frontend.netlify.app
  • https://preview-5447--swisspost-design-system.netlify.app

swisspost-bot avatar May 07 '25 12:05 swisspost-bot

Related Previews Preview URLs will be added here, once they are ready... loader

swisspost-bot avatar May 07 '25 12:05 swisspost-bot

@alionazherdetska Could you cherry pick that PR to release/v9 as well? :)

leagrdv avatar May 16 '25 07:05 leagrdv