Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: unexpected behavior of Drawer(#1749) #1771

Merged
merged 5 commits into from
Jul 25, 2021

Conversation

zxyao145
Copy link
Member

🤔 This is a ...

  • New feature
  • Bug fix
  • Site / documentation update
  • Demo update
  • Component style update
  • Bundle size optimization
  • Performance optimization
  • Refactoring
  • Code style optimization
  • Test Case
  • Branch merge
  • Other (about what?)

🔗 Related issue link

#1749

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English 1. Fix the bug: scroll bar of the body is enabled after closing one of the multiple drawers. 2. remove parameter NoAnimation.
🇨🇳 Chinese 1. 修复在多Drawer时关闭一个Drawer就恢复页面滚动条的bug;2. 移除不可实现的参数 NoAnimation

☑️ Self Check before Merge

⚠️ Please check all items below before review. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • Changelog is provided or not needed

1. The scroll bar of the body is enabled after closing one of the
   multiple drawers
2. Bad parameter NoAnimation.
@github-actions
Copy link

github-actions bot commented Jul 24, 2021

{
get
{
Console.WriteLine("InnerZIndexStyle " + _status);
Copy link
Member

Choose a reason for hiding this comment

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

Please remove the Console.WriteLine

@codecov
Copy link

codecov bot commented Jul 24, 2021

Codecov Report

Merging #1771 (fca60b0) into master (9b7d82b) will increase coverage by 1.42%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1771      +/-   ##
==========================================
+ Coverage   17.91%   19.33%   +1.42%     
==========================================
  Files         448      449       +1     
  Lines       29262    29282      +20     
==========================================
+ Hits         5241     5661     +420     
+ Misses      24021    23621     -400     
Impacted Files Coverage Δ
components/core/ComponentStatus.cs 0.00% <0.00%> (ø)
components/drawer/Drawer.razor.cs 0.00% <0.00%> (ø)
components/drawer/DrawerContainer.razor 0.00% <ø> (ø)
components/drawer/DrawerContainer.razor.cs 0.00% <0.00%> (ø)
components/drawer/DrawerService.cs 0.00% <0.00%> (ø)
components/drawer/config/DrawerOptions.cs 0.00% <ø> (ø)
components/core/Reflection/PropertyReflector.cs 0.00% <0.00%> (ø)
components/icon/internal/IconStore.cs 19.70% <0.00%> (+0.06%) ⬆️
components/core/Helpers/THelper.cs 37.77% <0.00%> (+13.33%) ⬆️
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9b7d82b...fca60b0. Read the comment docs.

@ElderJames ElderJames merged commit 7705994 into ant-design-blazor:master Jul 25, 2021
anddrzejb pushed a commit to anddrzejb/ant-design-blazor that referenced this pull request Jul 26, 2021
…nt-design-blazor#1771)

* fix: unexpected behavior of Drawer(ant-design-blazor#1749)

1. The scroll bar of the body is enabled after closing one of the
   multiple drawers
2. Bad parameter NoAnimation.

* chore: remove debug output

* chore: add comments for ComponentStatus

* fix:  different behaviors in WASM and Server modes

* chore: remove debug output
anddrzejb pushed a commit to anddrzejb/ant-design-blazor that referenced this pull request Jul 29, 2021
…nt-design-blazor#1771)

* fix: unexpected behavior of Drawer(ant-design-blazor#1749)

1. The scroll bar of the body is enabled after closing one of the
   multiple drawers
2. Bad parameter NoAnimation.

* chore: remove debug output

* chore: add comments for ComponentStatus

* fix:  different behaviors in WASM and Server modes

* chore: remove debug output
ElderJames pushed a commit that referenced this pull request Apr 23, 2022
* fix: unexpected behavior of Drawer(#1749)

1. The scroll bar of the body is enabled after closing one of the
   multiple drawers
2. Bad parameter NoAnimation.

* chore: remove debug output

* chore: add comments for ComponentStatus

* fix:  different behaviors in WASM and Server modes

* chore: remove debug output
ElderJames pushed a commit that referenced this pull request Apr 30, 2022
* fix: unexpected behavior of Drawer(#1749)

1. The scroll bar of the body is enabled after closing one of the
   multiple drawers
2. Bad parameter NoAnimation.

* chore: remove debug output

* chore: add comments for ComponentStatus

* fix:  different behaviors in WASM and Server modes

* chore: remove debug output
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.

None yet

2 participants