Skip to content

Problems with cellnav module and ui-bootstrap dropdown components #4890

Open
@asharayev

Description

@asharayev

Hi!

I have a problem with using ui-bootstrap dropdown control inside a cell template of a ui-grid with cellnav enabled. The problem is that dropdown doesn't close when I click inside a grid. I believe this is because of the following call to evt.stopPropagation() in cellnav feature:

evt.stopPropagation();

If I remove that call to evt.stopPropagation(); then it just works.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions