Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 508049

Summary: [AutoSuggest] No columns shown in AutoSuggest with ColumnDataProvider
Product: [RT] RAP Reporter: Markus Knauer <mknauer>
Component: IncubatorAssignee: 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:
Description Flags
AutoSuggest with Columns
none
Screenshot *after* fixing the issue in 3.1.2 none

Description Markus Knauer CLA 2016-11-23 08:44:38 EST
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.
Comment 1 Markus Knauer CLA 2016-11-23 09:12:53 EST
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.
Comment 2 Ivan Furnadjiev CLA 2016-11-24 02:50:45 EST
Reproducible with org.eclipse.rap.addons.dropdown.demo.AutoSuggestSnippet
Comment 3 Markus Knauer CLA 2016-11-30 04:26:59 EST
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
Comment 4 Markus Knauer CLA 2016-11-30 08:11:32 EST
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.