Style Book: iframe brings an additional tab stop in between tablist and tabpanel #65065
Labels
Global Styles
Anything related to the broader Global Styles efforts, including Styles Engine and theme.json
[Type] Bug
An existing feature does not function as intended
Originally posted by @ciampo in #65047 (comment)
Yeah, I noticed that too — it was added in #48664 by @andrewserong , who added this paragraph in the PR description:
We can't set
tabindex="-1"
on theiframe
either, because that should skip its contents entirely. What we could do, is to:onFocus
event listener on theiframe
, and:Not sure how robust this approach would be, though.
The text was updated successfully, but these errors were encountered: