Skip to content

Assertion fails when a page is reloaded #37

@corbettcode

Description

@corbettcode

Vaadin: 7.7.10
ComponentRenderer: 1.0.3

Steps:

  1. Create a grid with a generated column that produces a Vaadin component such as a Label.
  2. Set gird column method: setRenderer( new ComponentRenderer() ).
  3. Start the application and navigate to the view with the grid. Label should display in the grid cell correctly.
  4. Reload the page. The assertion on line 210 of ConnectorTracker.java will fail

This occurs in every view that contains a grid which uses the ComponentRenderer addon.

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