Skip to content

TextArea: Fix scroll when autoResizeEnabled is true and height is specified (T1321529)#32598

Open
marker-dao wants to merge 3 commits intoDevExpress:26_1from
marker-dao:26_1_T1321529_textarea
Open

TextArea: Fix scroll when autoResizeEnabled is true and height is specified (T1321529)#32598
marker-dao wants to merge 3 commits intoDevExpress:26_1from
marker-dao:26_1_T1321529_textarea

Conversation

@marker-dao
Copy link
Contributor

No description provided.

@marker-dao marker-dao self-assigned this Feb 17, 2026
@marker-dao marker-dao marked this pull request as ready for review February 17, 2026 14:13
@marker-dao marker-dao requested review from a team as code owners February 17, 2026 14:13
Copilot AI review requested due to automatic review settings February 17, 2026 14:13
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes dxTextArea sizing behavior to address scrolling/auto-resize interactions when autoResizeEnabled is used alongside explicit sizing options, and updates Scheduler’s appointment description editor configuration accordingly.

Changes:

  • Adjust TextArea._updateInputHeight to recalculate input height when autoResizeEnabled is set (even if height is specified).
  • Update Scheduler appointment popup description editor to use minHeight instead of height.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
packages/devextreme/js/__internal/ui/m_text_area.ts Updates auto-resize height calculation logic and when the root element height is forced to auto.
packages/devextreme/js/__internal/scheduler/appointment_popup/m_form.ts Changes description editor sizing from fixed height to minHeight.

@marker-dao marker-dao changed the title TextArea: Fix scroll when autoResizeEnabled and height are specified (T1321529) TextArea: Fix scroll when autoResizeEnabled is true and height is specified (T1321529) Feb 17, 2026
@marker-dao marker-dao force-pushed the 26_1_T1321529_textarea branch from 6e36d35 to 3f65a3e Compare February 17, 2026 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants