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

Focus parent elements in the current page #7848

Open
jdm opened this issue Oct 4, 2015 · 0 comments
Open

Focus parent elements in the current page #7848

jdm opened this issue Oct 4, 2015 · 0 comments
Labels

Comments

@jdm
Copy link
Member

@jdm jdm commented Oct 4, 2015

Document::commit_focus_transaction mentions // Update the focus state for all elements in the focus chain. but only attempts to focus an enclosing iframe element; all other elements in the chain are ignored. This is visible tests/html/select.html from #7847 if the JS is changed to focus an <option> instead of a <select>; the CSS selector for focused <select> doesn't get applied, because the focus state is never set on the parent <select>.

@jdm jdm added the A-content/dom label Oct 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.