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

Cannot edit text nodes under template in vaadin-select #1964

Closed
ripla opened this issue Nov 28, 2018 · 0 comments
Closed

Cannot edit text nodes under template in vaadin-select #1964

ripla opened this issue Nov 28, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@ripla
Copy link
Contributor

ripla commented Nov 28, 2018

Steps to reproduce

  1. Create a design that uses <template> with <vaadin-select>:
<vaadin-select>
    <template>
        <vaadin-list-box>
            <vaadin-item>
                Text
            </vaadin-item>
            <vaadin-item>
                Text
            </vaadin-item>
            <vaadin-item>
                Text
            </vaadin-item>
        </vaadin-list-box>
    </template>
</vaadin-select>
  1. Select any text node

Actual behavior

Properties panel shows one property content with the value Text.

Expected behavior

The text area editor is shown.

IDE, Designer and OS version

IntelliJ 2018.3, Designer 4.0.0, macOS

@ripla ripla added the bug label Nov 28, 2018
@ripla ripla changed the title Cannot edit text nodes under template Cannot edit text nodes under template in vaadin-select Nov 29, 2018
@ripla ripla self-assigned this Jan 29, 2019
@ripla ripla added the backlog label Jan 29, 2019
@szolo szolo added this to the 4.2.0 milestone Jan 31, 2019
@szolo szolo closed this as completed Jan 31, 2019
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