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 with action multiple selectors #1506

Closed
paolodamico opened this issue Aug 25, 2020 · 1 comment
Closed

Bug with action multiple selectors #1506

paolodamico opened this issue Aug 25, 2020 · 1 comment
Labels
bug Something isn't working right feature/actions Feature Tag: Actions

Comments

@paolodamico
Copy link
Contributor

Bug description

  • When creating an action (e.g. 1367) with multiple selectors (e.g. button[data-attr="select-platform-Web"] & button[data-attr="select-platform-Mobile"], the app matches events that should not be matched (e.g. clicked on textarea: <textarea class="form-control"></textarea>)
  • When creating an action with a wildcard selector (e.g. button[data-attr*="select-platform-"], no events are matched at all.

Expected behavior

The action should match only the events that are triggered by relevant elements.

How to reproduce

  1. Create the actions as described above.

Environment

@paolodamico paolodamico added the bug Something isn't working right label Aug 25, 2020
@paolodamico
Copy link
Contributor Author

Superseded by #3047

@paolodamico paolodamico added the feature/actions Feature Tag: Actions label Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working right feature/actions Feature Tag: Actions
Projects
None yet
Development

No branches or pull requests

1 participant