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

class with generic parameter in ComboBox itemType does not work (Eclipse) #2067

Closed
OlliTietavainenVaadin opened this issue Jun 13, 2019 · 1 comment
Assignees
Labels
BFP Warranty prioritised issue V8
Milestone

Comments

@OlliTietavainenVaadin
Copy link
Member

Steps to reproduce

  • Create a new Vaadin 8 project
  • Create new Design
  • Add a ComboBox
  • In the Properties tab, set the ItemType to Comparable<?>
  • Give the ComboBox a Name and connect the ComboBox to the Java companion class
  • Save the Design

Actual behavior

Java companion gets protected ComboBox<Comparable<?>> somename;

Expected behavior

Eclipse shows
image

IDE, Designer and OS version

Reproduced in Eclipse Photon on Windows 10 and Eclipse 2019-03 on OpenSuse Leap 15
Seems to work in Idea

@ripla ripla added the BFP Warranty prioritised issue label Jun 13, 2019
@tanbt tanbt self-assigned this Jun 13, 2019
@ripla ripla added the V8 label Jun 13, 2019
@mjvesa mjvesa self-assigned this Jun 17, 2019
@szolo szolo assigned szolo and unassigned mjvesa Jun 18, 2019
@szolo szolo added this to the 4.3.0.beta3 milestone Jul 4, 2019
@szolo szolo closed this as completed Jul 4, 2019
@szolo
Copy link
Contributor

szolo commented Jul 4, 2019

Fixed in 4.3.0.beta3, more information: https://github.com/vaadin/designer/releases/tag/4.3.0.beta3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BFP Warranty prioritised issue V8
Projects
None yet
Development

No branches or pull requests

5 participants