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

<template is=dom-if> fails to add rows to a table if they contain <content> #1800

Closed
jyasskin opened this issue Jun 9, 2015 · 2 comments
Closed
Assignees
Labels

Comments

@jyasskin
Copy link

jyasskin commented Jun 9, 2015

Demo at http://plnkr.co/edit/adwhKJcfSxiM3tjxU6JS?p=preview.

    <table>
      <template is="dom-if" if="{{hasSpan}}">
        <tr>
          <th>Header</th><td><content select="span"></content></td>
        </tr>
      </template>
    ...

never shows the row, but replacing the <content> with anything else makes it work.

@kevinpschaaf
Copy link
Member

May be related to #1631, will test after that fix.

@kevinpschaaf kevinpschaaf added the p2 label Jun 9, 2015
@kevinpschaaf kevinpschaaf self-assigned this Jun 9, 2015
@kevinpschaaf
Copy link
Member

Will be fixed by #1816

Confirmed fix in repro case here:
http://jsbin.com/nunavo/2/edit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants