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

Outline: Switching element while editing value disables further outline selection updates. #1784

Closed
stefanuebe opened this issue May 22, 2018 · 2 comments
Labels

Comments

@stefanuebe
Copy link

Steps to reproduce

  1. Create a polymer template file (with Java companion).
  2. Add some elements (like vaadin-text-fields).
  3. Open Outline, select a element in Outline and start edit a value (e.g. id) by click the value cell.
  4. Now select another element in the outline without cancel the edit before by clicking it.

Actual behavior

The Outline seems not to handle selection changes anymore. If you select other elements in the outline, the value list stays the same.

Expected behavior

Outline should still react on selection changes and update the values list.

Workaround

Always save or cancel the edit. If the bug appears, close and re-open the html file.

IDE, Designer and OS version

IntelliJ IDEA 2018.1.4, VD 3.0.1, Windows 10

@qtdzz
Copy link
Contributor

qtdzz commented May 24, 2018

Could be related to #1780

@szolo
Copy link
Contributor

szolo commented Jul 9, 2018

Fixed in PR for #1780. Closed.

@szolo szolo closed this as completed Jul 9, 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