Nathan Babb

Results 7 issues of Nathan Babb

### Description The Vaadin Grid fails sporadically to render rows ### Expected outcome Rows should render ### Actual outcome No rows are displayed. The table has to be filtered, or...

vaadin-grid
waiting for author

We have certain global theme changes for input fields that are causing the multi-select component to have rendering issues. I am able to affect styling up to a point, but...

I am testing a TreeGrid that uses a LitRenderer. I am calling ``` GridKt._getFormattedRow() ``` on my expected row, but am getting back only the extracted text portions. This particular...

enhancement
question

We need to URL encode certain code values in some of our URLs as we support certain characters like %. In the running application, a URL like myroute/%25CHARS where **%**...

bug
question

### Describe your motivation We would like to use the MenuBar component, however one of the use-cases we need to support is an Anchor tag (for download). When you add...

enhancement
vaadin-menu-bar

### Describe your motivation In certain contexts resizing the grid column below a certain size is not desirable. Having the ability to specify a minimum column width would only allow...

enhancement
vaadin-grid

We have a ComboBox that performs custom filtering ``` setItems( { item, filterText -> ... custom filtering logic removed ... }, myRepository.findAll().toList() ) ``` Calling ComboBoxTester.selectItem doesn't respect this filtering...

waiting for author
Impact: Low
Severity: Major