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

Bug 431372

Summary: [AutoSuggest] Autosuggest does not work in Internet Explorer 8
Product: [RT] RAP Reporter: Martin Bluehweis <martin.bluehweis>
Component: IncubatorAssignee: Project Inbox <rap.incubator-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: martin.bluehweis
Version: 2.2   
Target Milestone: 2.3 M3   
Hardware: PC   
OS: Windows All   
Whiteboard:

Description Martin Bluehweis CLA 2014-03-27 11:24:48 EDT
From https://www.eclipse.org/forums/index.php/t/655736/

The proposed fix (thanks to Stefan M.) works for me:


function onChangeCurrentSuggestions( event )
...
this.set( "currentSuggestionTexts", currentSuggestions.map( template ) ); // does not work with IE 8, remove this line
this.set( "currentSuggestionTexts", map( currentSuggestions, template ) ); // works, add this line
...
Comment 1 Ivan Furnadjiev CLA 2014-04-07 07:13:59 EDT
Fixed as suggested with commit 8cb93ed99d26f4d16fcccb8ac7081fe82791238d.