Skip to content

feat(textarea): disable resizing feature on touchscreen devices#3305

Merged
vprothais merged 3 commits intoouds/mainfrom
ouds/main-sco-3264-ouds-remove-textarea-resizing-feature-on-touchscreen-devices
Jan 5, 2026
Merged

feat(textarea): disable resizing feature on touchscreen devices#3305
vprothais merged 3 commits intoouds/mainfrom
ouds/main-sco-3264-ouds-remove-textarea-resizing-feature-on-touchscreen-devices

Conversation

@nilloq
Copy link
Member

@nilloq nilloq commented Dec 30, 2025

Types of change

  • Non-breaking change

Related issues

Closes #3264

Context & Motivation

Resizing textarea is almost impossible on touchscreen devices.

Description

Set resize to none for @media (pointer: coarse) and not (any-pointer: fine)

Checklists

  • I have read the contributing guidelines
  • My change follows the developer guide
  • My change pass all tests
  • My change is compatible with a responsive display
  • I have added tests (Javascript unit test or visual) to cover my changes
  • My change introduces changes to the documentation that I have updated accordingly
    • Title and DOM structure is correct
    • Links have been updated (title changes impact links)
    • CSS for the documentation
  • I have checked all states and combinations of the component with my change
  • I have checked all the impacts for the other components and core behavior (grid, reboot, utilities)

Checklist (for Core Team only)

  • The changes need to be in the migration guide
  • The changes are well displayed in Storybook (be careful if example order has changed for DSM)
  • The changes are compatible with RTL
  • Manually test browser compatibility with BrowserStack (Chrome 120, Firefox 121, Edge 120, Safari 15.6, iOS Safari, Chrome & Firefox on Android)

Progression (for Core Team only)

Live previews

@nilloq nilloq linked an issue Dec 30, 2025 that may be closed by this pull request
2 tasks
@nilloq nilloq changed the base branch from main to ouds/main December 30, 2025 09:32
@nilloq nilloq self-assigned this Dec 30, 2025
@netlify
Copy link

netlify bot commented Dec 30, 2025

Deploy Preview for boosted ready!

Name Link
🔨 Latest commit 920d6d9
🔍 Latest deploy log https://app.netlify.com/projects/boosted/deploys/69539bc8be18c40008f6dbde
😎 Deploy Preview https://deploy-preview-3305--boosted.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Dec 30, 2025

Deploy Preview for boosted ready!

Name Link
🔨 Latest commit bf04fef
🔍 Latest deploy log https://app.netlify.com/projects/boosted/deploys/695bc050c27b3b0008972deb
😎 Deploy Preview https://deploy-preview-3305--boosted.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@nilloq nilloq marked this pull request as ready for review December 30, 2025 09:39
@boosted-bot boosted-bot moved this from In Progress / Draft to Need Dev Review in 🟣 [Orange-Boosted-Bootstrap] PRs Board Dec 30, 2025
@vprothais vprothais merged commit 3e1ae80 into ouds/main Jan 5, 2026
11 checks passed
@vprothais vprothais deleted the ouds/main-sco-3264-ouds-remove-textarea-resizing-feature-on-touchscreen-devices branch January 5, 2026 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

[OUDS] Remove textarea resizing feature on touchscreen devices

2 participants