Skip to content

Conversation

@engvuchen
Copy link
Contributor

@engvuchen engvuchen commented Sep 29, 2025

🤔 这个 PR 的性质是?

  • 日常 bug 修复
  • 新特性提交
  • 文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • CI/CD 改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他

🔗 相关 Issue

Tencent/tdesign-vue-next#5567

💡 需求背景和解决方案

autosize=true,textarea 内部实现的隐藏滚动轴有缺陷;

复现条件:

  1. textarea 初始的文本很长
  2. 业务设置的 scrollbarWidth > 6px

表现:

  1. 线上版本的 Textarea ,滚动轴宽度被调整为 6px,视觉上看起来没问题:

详情见:
Tencent/tdesign-vue-next#6019

📝 更新日志

  • fix(Textarea): 修复内容超长情况下,设置 autosize 没有完整自动撑开高度,存在有滚动条的问题

  • 本条 PR 不需要纳入 Changelog

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

@pkg-pr-new
Copy link

pkg-pr-new bot commented Oct 14, 2025

tdesign-vue2-demo-compiler-2-6

npm i https://pkg.pr.new/tdesign-vue@3727

commit: d830ee7

@github-actions
Copy link
Contributor

github-actions bot commented Oct 14, 2025

完成

@uyarn
Copy link
Collaborator

uyarn commented Oct 16, 2025

/update-snapshot

@github-actions
Copy link
Contributor

⏳ 正在运行快照更新。。。 CI: Open

@uyarn uyarn changed the title fix(textarea): 修复内容超长情况下,设置 autosize 没有完整自动撑开高度,存在有滚动条的问题 fix(textarea): add hide scrollbar when autosize is true Oct 16, 2025
@uyarn uyarn merged commit 08b93fc into Tencent:develop Oct 16, 2025
9 checks passed
@github-actions github-actions bot mentioned this pull request Nov 7, 2025
16 tasks
uyarn pushed a commit that referenced this pull request Nov 10, 2025
* fix(textarea): 修复内容超长情况下,设置 autosize 没有完整自动撑开高度,存在有滚动条的问题

fix #5567

* chore: update snapshot

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
uyarn added a commit that referenced this pull request Nov 10, 2025
* feat(Watermark): support layout API (#3726)

* feat: support layout

* chore: update snapshot

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore: merge deploy mode (#3728)

* chore(submodule): update common (#3736)

* chore(submodule): update common

* chore: fix typos

---------

Co-authored-by: 黎伟杰 <[email protected]>

* chore: add static prefix (#3737)

* fix(Tabs): disable drag event registration in non-drag scenarios (#3738)

* fix(textarea): add hide scrollbar when autosize is true (#3727)

* fix(textarea): 修复内容超长情况下,设置 autosize 没有完整自动撑开高度,存在有滚动条的问题

fix #5567

* chore: update snapshot

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix(tabs): 示例文档文案错误 (#3741)

* chore(submodule): update common (#3743)

* fix(calendar): fix calendar range issues (#3759)

* fix(calendar): 修复了当设定日历的range值为同一年内时,终止月份之后的月份选项没有正常禁用的问题

* fix(calendar): 修正了错误使用的rangeFromTo

* fix(calendar): 修复了年份选项错误地使用了月份选项禁用范围判定逻辑的问题

Co-Authored-By: 刘宇轩 (刘lyxAndy) <[email protected]>

---------

Co-authored-by: 刘宇轩 (刘lyxAndy) <[email protected]>

* fix(menu): fix menu item auto-flip failure (#3744)

* fix(popup): force update popper after animation completes

* fix(popup): 支持自定义 popper 内容元素类型

* fix(popup): 修复 popperContentElement 的类型处理逻辑

* fix(popup): 添加 popperContentElement 的类型定义

* fix(popup): 修复 popperContentElement 的类型处理,确保正确类型转换

* feat(cascader): support parent node filtering (#3763)

* feat(cascader): support parentnode filtering

* chore: demo

* chore: update snapshot

* chore: docs

* chore: docs

* chore: release 1.14.2 (#3764)

* chore: release 1.14.2

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore: update snapshot

* chore: release 1.14.2-naruto

* chore: fix typo

* chore: update common

---------

Co-authored-by: Wesley <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: TDesign bot <[email protected]>
Co-authored-by: 黎伟杰 <[email protected]>
Co-authored-by: 阿菜 Cai <[email protected]>
Co-authored-by: engvuchen <[email protected]>
Co-authored-by: 树林 <[email protected]>
Co-authored-by: 刘宇轩 (刘lyxAndy) <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants