Jouni Koivuviita

Results 32 issues of Jouni Koivuviita

### Describe your motivation Keeping the edit button always visible, regardless of the amount of columns in the grid, makes it more easily discoverable and accessible. ### Describe the solution...

enhancement
good first issue
requires new major
vaadin-crud

This is a broad issue, listing multiple loosely related things, which I noted down when I was working on the custom design system demo, Hedge ([live demo](https://dsp.demo.vaadin.com), [theme source code](https://github.com/vaadin/dsp-demo/tree/main/frontend/themes/hedge))...

enhancement
requires new major
DX
vaadin-notification
needs design

### Current situation The current default behavior defined in vaadin/vaadin-text-field#12 is that a failed validation is only indicated after the user blurs the field and that a previously failed validation...

vaadin-text-field
validation

_From @rakesh-roshan on May 15, 2016 2:51_ ``` Name Description Action ``` This grid is not visible _Copied from original issue: vaadin/vaadin-grid#367_

## Input HTML string ``, ## Expected style object output `{ "--foo": "bar"}`. ## Actual output `{ "-Foo": "bar" }` ## Relevant part of the code https://github.com/wrakky/react-html-parser/blob/master/src/utils/inlineStyleToObject.js#L35-L37

Add a theme variant for a disabled button, to give users an indication that the action the button triggered is being performed. ![screen shot 2018-09-27 at 14 44 45](https://user-images.githubusercontent.com/66382/46143846-e8e9fe00-c263-11e8-8fd3-2d05ec7fe2a0.png) Should...

enhancement
theme
vaadin-button

The following selectors should be considered internal implementation details (e.g. `::slotted(.vaadin-menu-item)`), yet they apply styles which belong to a theme: https://github.com/vaadin/vaadin-context-menu/blob/f0db00898cdaca632127afdf024b88152d60e184/theme/lumo/vaadin-context-menu-styles.html#L39-L81 https://github.com/vaadin/vaadin-context-menu/blob/f0db00898cdaca632127afdf024b88152d60e184/theme/lumo/vaadin-context-menu-styles.html#L89-L104 Any custom theme that wants to for example...

good first issue
requires new major
theme
vaadin-context-menu
refactor

In some use cases, a paginated data grid is easier for the user than a purely scrolling one. Also, scrolling and paging can be nicely combined with "virtual paging", as...

enhancement
vaadin-grid

Themes (Lumo, Material) do not always affect the styles of the contents of notifications. For example, if the containing page is using a white text color, notification text would be...

requires new major
Severity: Minor
Impact: Low
theme
vaadin-notification

### Focus ring on touch devices ```html ``` The field gets the `focus-ring` (and `focused`, judging by the blue label text) state also on touch devices. It should not, as...

enhancement
a11y
Severity: Minor
Impact: Low
vaadin-control-state-mixin