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

Rearranging root components in paper does not change design file #1799

Closed
anssit opened this issue Jun 15, 2018 · 0 comments
Closed

Rearranging root components in paper does not change design file #1799

anssit opened this issue Jun 15, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@anssit
Copy link
Contributor

anssit commented Jun 15, 2018

Steps to reproduce

Drag vaadin-checkbox between vaadin-button and vaadin-combo-box on paper in the following design:

    <template>
        <vaadin-button>
            Button
        </vaadin-button>
        <vaadin-combo-box items="[[items]]"></vaadin-combo-box>
        <vaadin-checkbox>
            Checkbox
        </vaadin-checkbox>
    </template>

Actual behavior

Component is moved correctly on paper, but neither outline nor the design file gets updated.

There is no problem if the components are wrapped inside a <div>, so this only affects root level components.

Expected behavior

Outline and design file are updated.

Workaround

Use outline or source view to rearrange root components.

IDE, Designer and OS version

Any IDE, any OS, Designer 3.0.3.

@qtdzz qtdzz self-assigned this Jul 4, 2018
@szolo szolo self-assigned this Jul 5, 2018
@szolo szolo added this to the 3.0.6 milestone Jul 25, 2018
@szolo szolo closed this as completed Jul 25, 2018
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

3 participants