Skip to content

fix(module:tree-select): enable overflow-x for virtual scroll#9045

Merged
Laffery merged 1 commit into
NG-ZORRO:masterfrom
WwwHhhYran:fix/virtual_scroll
Mar 27, 2025
Merged

fix(module:tree-select): enable overflow-x for virtual scroll#9045
Laffery merged 1 commit into
NG-ZORRO:masterfrom
WwwHhhYran:fix/virtual_scroll

Conversation

@WwwHhhYran

Copy link
Copy Markdown
Member

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Application (the showcase website) / infrastructure changes
  • Other... Please describe:

What is the current behavior?

Issue Number: close #9044

What is the new behavior?

support x-scroll when item title is too long

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@WwwHhhYran
WwwHhhYran requested a review from hsuanxyz as a code owner March 14, 2025 09:46
@zorro-bot

zorro-bot Bot commented Mar 14, 2025

Copy link
Copy Markdown

This preview will be available after the AzureCI is passed.

@codecov

codecov Bot commented Mar 14, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.95%. Comparing base (2d9ff5f) to head (1b97fee).
Report is 13 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #9045      +/-   ##
==========================================
+ Coverage   91.94%   91.95%   +0.01%     
==========================================
  Files         559      559              
  Lines       19769    19769              
  Branches     3050     3050              
==========================================
+ Hits        18176    18178       +2     
+ Misses       1266     1265       -1     
+ Partials      327      326       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Laffery Laffery left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM

@Laffery
Laffery merged commit e70cae3 into NG-ZORRO:master Mar 27, 2025
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.

TreeSelect中 开启虚拟滚动之后(nzVirtualHeight ),如果item太宽 会显示不全,(不会再出现横向滚动条)

3 participants