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

[Bug Report] table: Multiple select #15861

Closed
elpsycongroo opened this issue Jun 3, 2019 · 1 comment · Fixed by #15983
Closed

[Bug Report] table: Multiple select #15861

elpsycongroo opened this issue Jun 3, 2019 · 1 comment · Fixed by #15983
Assignees
Milestone

Comments

@elpsycongroo
Copy link

Element UI version

2.9.1

OS/Browsers version

Win10/Chromium 69.0

Vue version

2.6.10

Reproduction Link

https://codepen.io/anon/pen/qGgmdX

Steps to reproduce

  1. Bind the 'select' event on a multiple select table.
  2. Click the 'TOGGLE!' button, it will call table's function: 'toggleRowSelection()'
  3. The function triggers the 'select' event which is not called manually. Because there's an alert dialog showed.

What is Expected?

The 'select' event only triggers when USER clicks the checkbox in a row in the version 2.6.3.
Any function call (e.g.: toggleRowSelection()) SHOULD NOT trigger this event.

What is actually happening?

Call MultipleTable's function: 'toggleRowSelection()' will trigger its 'select' event in version 2.9.1.

@mtlswz
Copy link

mtlswz commented Jun 18, 2019

我也遇到了 目前只能将版本回退到2.8才能正常

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants