-
Notifications
You must be signed in to change notification settings - Fork 46
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: selectable mixin only be selective when selectabletarget is this #971
Fix: selectable mixin only be selective when selectabletarget is this #971
Conversation
…ctive-when-selectabletarget-is-this
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-971.westeurope.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-971.westeurope.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-971.westeurope.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-971.westeurope.azurestaticapps.net |
This reverts commit 976b568. # Conflicts: # packages/uui-table/lib/uui-table-row.element.ts
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-971.westeurope.azurestaticapps.net |
1 similar comment
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-971.westeurope.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-971.westeurope.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-971.westeurope.azurestaticapps.net |
…eMixin-only-be-selective-when-selectabletarget-is-this
…abletarget-is-this' of https://github.com/umbraco/Umbraco.UI into v1/bugfix/selectableMixin-only-be-selective-when-selectabletarget-is-this
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-971.westeurope.azurestaticapps.net |
1 similar comment
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-971.westeurope.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-971.westeurope.azurestaticapps.net |
…abletarget-is-this' of https://github.com/umbraco/Umbraco.UI into v1/bugfix/selectableMixin-only-be-selective-when-selectabletarget-is-this
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-971.westeurope.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-971.westeurope.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-971.westeurope.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-971.westeurope.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-971.westeurope.azurestaticapps.net |
1 similar comment
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-971.westeurope.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-971.westeurope.azurestaticapps.net |
A different take on the issue fixed by PR #970
This keeps the strictness on who fire a click event if the selectableTarget is this, if its more specific it accepts a broader origin within that scope.
Elements using the SelectableMixin:
Types of changes
Motivation and context
How to test?
Screenshots (if appropriate)
Checklist