Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Distributed children break focus wrapping #194

Closed
valdrinkoshi opened this issue Jun 20, 2016 · 0 comments · Fixed by #200
Closed

Distributed children break focus wrapping #194

valdrinkoshi opened this issue Jun 20, 2016 · 0 comments · Fixed by #200
Assignees

Comments

@valdrinkoshi
Copy link
Member

Description

Focusable children that are distributed into an overlay by another element break the focus wrapping

<template>
  <p> x-element </p>
  <paper-dialog>
    <content></content>
  </paper-dialog>
</template>
...

<x-element>
  <button> Breaks focus wrapping </button>
</x-element>

Live Demo

http://jsbin.com/tojoroyibi/1/edit?html,output

@valdrinkoshi valdrinkoshi changed the title Distributed children are skipped by focus wrapping Distributed children break by focus wrapping Jun 20, 2016
@valdrinkoshi valdrinkoshi changed the title Distributed children break by focus wrapping Distributed children break focus wrapping Jun 20, 2016
@valdrinkoshi valdrinkoshi self-assigned this Jul 7, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant