Skip to content

The grid editor doesnt open correctly if an actual editor field component is set. #58

@theshoeshiner

Description

@theshoeshiner

Although the grid editor panel opens fine in the tests, it seems that is only the case because the tests aren't actually setting field components for the editor. If you actually set a component via:

grid.addColumn(Person::getName) .setCaption("Name 1") .setEditorComponent(new TextField(),Person::setName) ;

Then the editor component opens in the wrong location on the first attempt, usually covering the row. See attached screenshot for what happens when opening the top row of a grid with editor components set.

ss

Edit: Subsequent attempts seem to open correctly, for some reason it's only the first attempt that opens in the wrong location.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions