- Issue created by @fjgarlin
- Merge request !12958Resolve #3540715 "Native change event for tableselect select-all" β (Open) created by fjgarlin
- πΊπΈUnited States smustgrave
Believe the test failure for ClaroViewsBulkOperations is valid since it has to do with table select
- πͺπΈSpain fjgarlin
This is a weird one. Manual testing on the steps of the failing test all work.
- πͺπΈSpain fjgarlin
There is so much going on with "trigger" https://github.com/jquery/jquery/blob/main/src/event/trigger.js that who knows what might be missing/changing.
The workaround for the case I mentioned is just to use jQuery listeners instead. It's not ideal if you don't want to use jQuery, but I guess as long as jQuery is part of core and is integrated in many of its libraries, it'll be a huge challenge to not use it.
I'm going to close this.