angular-ui/ui-grid

Column menu doesn't close on click out side when navigation feature (cellnav) is activated

Open

#4,194 创建于 2015年8月14日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)JavaScript (5,395 star) (2,496 fork)batch import
good first issue

描述

As the headline said, you can test it also in the tutorial: http://ui-grid.info/docs/#/tutorial/202_cellnav

  1. Activate the cellNav feature
  2. click on a cell to focus it
  3. click on a headermenu
  4. don't close the header menu with the close button -> try to select another cell -> in the example without cellnav, the column menu get close when you click outside of the menu. -> when navigation is on and you have the filter row visible and click on the filter, then the column menu will close correctly, because there is no cellnav on the filter row

贡献者指南