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

chore(PopConfirmButton): Table组件中【无法取消】删除操作 #4335

Closed
Idle-wang opened this issue Sep 21, 2024 · 8 comments · Fixed by #4356
Closed

chore(PopConfirmButton): Table组件中【无法取消】删除操作 #4335

Idle-wang opened this issue Sep 21, 2024 · 8 comments · Fixed by #4356
Assignees
Labels
chore This are tasks or bot action
Milestone

Comments

@Idle-wang
Copy link

Which class is this unit test associated with?

我根据微软的模板创建的项目,然后按照【服务器端 Blazor 安装教程】进行配置。在使用Table组件时,发现点击删除按钮后,只有第一次可以进行取消,再次点击删除按钮后,提示面板会被卡住,无法取消。
image

甚至点击其他页面时,提示面板依然存在
image
请问这是什么问题,谢谢
以下为我的代码
image

@Idle-wang Idle-wang added the chore This are tasks or bot action label Sep 21, 2024
Copy link

bb-auto bot commented Sep 21, 2024

@Idle-wang Thank you for submitting. We will give feedback later.

@bb-auto bb-auto bot added this to the v8.9.0 milestone Sep 21, 2024
@densen2014
Copy link
Member

1.加群 795206915
2.用文档的官方模板建一个试一下

@Idle-wang
Copy link
Author

好像浏览器的问题,换成谷歌浏览器就正常了,但是点取消的时候控制台还是会报错,不知道这是正常的情况吗
image

@densen2014
Copy link
Member

参考上面步骤

@ahurynovich
Copy link

Hi there!
It is not a browser issue, because in chrome I could also reproduce it on version 8.9.2. On version 8.9.3 the issue was gone, however, the hanging pop-up issue remains. The issue is reproduced on the official documentation site: https://www.blazor.zone/table/edit

Steps:

  1. Go to https://www.blazor.zone/table/edit
  2. Scroll down to the top demo table and click delete extension button on the second row.
  3. In the appeared confirmation pop-up click delete.
  4. After the popup hides and table gets refreshed click the delete extension button again on the second row.
  5. In the appeared confirmation pop-up click delete.

Actual result: the popup does not hide.

@ArgoZhang
Copy link
Collaborator

@ahurynovich thank you for this detailed information. I will fix this problem in the next version

@ArgoZhang ArgoZhang changed the title chore(): Table组件中【无法取消】删除操作 chore(PopConfirmButton): Table组件中【无法取消】删除操作 Sep 25, 2024
@ArgoZhang
Copy link
Collaborator

@ahurynovich bump version 8.9.4-beta05 please have a try.

@ahurynovich
Copy link

@ArgoZhang thanks. I grabbed the version 8.9.4-beta05 and checked locally on custom page with a table component and now the confirmation popup hides any time the delete button is clicked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore This are tasks or bot action
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants