| Summary: | [AutoSuggest] No columns shown in AutoSuggest with ColumnDataProvider | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Markus Knauer <mknauer> | ||||||
| Component: | Incubator | Assignee: | Project Inbox <rap.incubator-inbox> | ||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||
| Severity: | major | ||||||||
| Priority: | P3 | CC: | ivan, tbuschto | ||||||
| Version: | 3.1 | ||||||||
| Target Milestone: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | All | ||||||||
| See Also: |
https://git.eclipse.org/r/#/c/85940/ https://git.eclipse.org/r/86001 |
||||||||
| Whiteboard: | sr312 | ||||||||
| Attachments: |
|
||||||||
I should add that I believe that the reason is somewhere in the RAP Runtime code, and _not_ in the AutoSuggest code itself. I cross-checked this by using the _same_ AutoSuggest bundle in both RAP Runtime versions 3.1 and 3.2. Reproducible with org.eclipse.rap.addons.dropdown.demo.AutoSuggestSnippet Created attachment 265648 [details] Screenshot *after* fixing the issue in 3.1.2 I successfully tested a local build with the change backported to RAP Runtime 3.1.2 from change https://git.eclipse.org/r/#/c/86001/1 Change https://git.eclipse.org/r/#/c/85940/ merged to 'master' branch with commit e15b734d14fde4b480f2c3c575ec546790799cca Change backported to 3.1.2 in https://git.eclipse.org/r/86001 and merged to branch 'streams/3.1-maintenance' with commit 68dd2588dfe95156b9964f0f8d8eb35a080653b9 Closing as fixed. |
Created attachment 265545 [details] AutoSuggest with Columns The attached snippet uses AutoSuggest attached to a Text widget, and is supposed to show the list of suggestions as a table with columns. This works up to and including RAP 3.0.2, but it doesn't work with RAP 3.1 / RAP 3.2. In this case only the first column is shown.