We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Drag vaadin-checkbox between vaadin-button and vaadin-combo-box on paper in the following design:
vaadin-checkbox
vaadin-button
vaadin-combo-box
<template> <vaadin-button> Button </vaadin-button> <vaadin-combo-box items="[[items]]"></vaadin-combo-box> <vaadin-checkbox> Checkbox </vaadin-checkbox> </template>
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.
<div>
Outline and design file are updated.
Use outline or source view to rearrange root components.
Any IDE, any OS, Designer 3.0.3.
The text was updated successfully, but these errors were encountered:
szolo
qtdzz
No branches or pull requests
Steps to reproduce
Drag
vaadin-checkbox
betweenvaadin-button
andvaadin-combo-box
on paper in the following design: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.
The text was updated successfully, but these errors were encountered: