Community
Participate
Working Groups
Steps to reproduce : - Open the Sample Ecore Model Editor on an ecore file - Select an EAttribute or an EReference - Select the EType attribute in properties view - Enter the first letters of the type you want to set, the EType combo value is filled with the first EType which matches. - Hit the carriage return key from keypad => The EType combo value becomes empty. If you hit the standard carriage return key, it will set the EType value correctly. It comes from the fact that carriage return key from keypad is not handle in ExtendedComboBoxCellEditor. See attached patch which fixes the problem. Versions affected (at least) : - 2.5 - 2.6 - 2.7
Created attachment 180054 [details] patch for head
The fix has been committed to CVS for 2.7.
The fixes are available in a published build.
Try again to resolve as fixed (and available in a build).
Oh, I guess I have to close them!