Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

[layered mode] Distributed children may end up in the wrong order #58

@morethanreal

Description

@morethanreal

For example:

<polymer-element name="paidtasks-edit-dialog" attributes="opened errorMessage heading">
  <template>
    <paper-action-dialog id="dialog" heading="{{heading}}">
      <content select="#editor"></content>
        <div class="error-text">{{errorMessage}}</div>
        <paper-button dismissive>cancel</paper-button>
        <paper-button id="saveButton" affirmative>Save</paper-button>
      </paper-action-dialog>
  </template>
</polymer-element>

#editor gets appended to paper-action-dialog so it shows up after .error-text.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions