Skip to content

dgrid-row:contextmenu grid.row(evt) not returning correct row on firefox #450

@ebengtso

Description

@ebengtso

The code below returns the correct row on Chrome, but not on Firefox. It works only when number of elements are lower than window height

this.grid.on(".dgrid-row:contextmenu", function(evt){
evt.preventDefault(); // prevent default browser context menu
var row = self.grid.row(evt);
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions