"menu" view's tooltip is not work correctly

hi, there are two problems in menu view’s tooltip:
see here: http://webix.com/snippet/31a69e24

“menu” view’s tooltip always show “id”, i use tooltip: “#value#” want it show value as tooltip, but it is not work.

submenu/popupmenu’s items always don’t show tooltip.

Thanks!

  1. For now, you can set the tooltip as provided below. Thank you for pointing this out.

  2. Submenu is a separate list, therefore tooltip should be defined it its config:

http://webix.com/snippet/6e4ce308

thanks! i see.