Community
Participate
Working Groups
Build Identifier: M20101201-0800 1) Create a new static web project 2) Create a new web page (html page) 3) Inside <body> tags, add a new <div> tag and invoke content assist as if you were to add a property to the div element. 4) Now, when content assist is shown, use the right arrow key.You will get exception. Reproducible: Always
Created attachment 185985 [details] patch null event is sent when we click on right arrow and we should check for it.This check is also done in JavaCompletionProposal from where this code is borrowed.
Thanks, Rakesh. Looks good.