ahn / vaadin-aceeditor

Vaadin wrapper for Ace editor
Apache License 2.0
24 stars 37 forks source link

enableBasicAutocompletion popup menu does not show #31

Open kaismh opened 10 years ago

kaismh commented 10 years ago

Hello Ahn,

Many thanks for the great component.

I am trying to enable Basic Autocompletion https://github.com/ajaxorg/ace/wiki/How-to-enable-Autocomplete-in-the-Ace-editor

It currently half works, the popup menu does not show. Although if I press enter after the autocompletion shortcut (ctrl+space) the editor will insert the word.

It might be a visibility/css issue. Do you have any recommendation?