design-system
design-system copied to clipboard
fix(styles): restored scroll functionality on disabled textareas
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
๐ฆ 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
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 |
Related Previews
- https://preview-5447--swisspost-web-frontend.netlify.app
- https://preview-5447--swisspost-design-system.netlify.app
Related Previews
Preview URLs will be added here, once they are ready...
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
@alionazherdetska Could you cherry pick that PR to release/v9 as well? :)