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

Fix findNearestDialog for child of slotted element #222

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 22, 2021

  1. Fix findNearestDialog for child of slotted element

    A focus event for an element which is a child of a slotted element
    will be erroneously reported as not in the topmost dialog. This is
    because for the slotted element we should follow assignedSlot rather
    than the parentElement or parentNode to get the true hierarchy in
    which the elmeent lives. This change adds handling for slotted
    elements.
    carmour24 committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    cb1db45 View commit details
    Browse the repository at this point in the history