Sauli Tähkäpää
Sauli Tähkäpää
Hi @felixzapata! Yeah, accessibility is something that definitely needs improvements. Would you be able to give some tips on what are the most important features I should be looking into...
Thanks for the links, they were really helpful. I think I got a good general idea where to start from and how to implement focusing, keyboard navigation and correct semantics....
> > Yes, but that is an example of use of WAI-ARIA as a remedy (as a band aid) instead of enhancement because of a poorly code and unsemantic markup....
All that being said, I do have plans to experiment using table in the coming months.
Maybe I'm doing something wrong, but I can't get VoiceOver with Chrome on OSX to work as (I would expect) without using `aria-labelledby` attributes. When navigating to a cell, when...
@felixzapata you might want to take a look at the `v2.0` of ``: https://github.com/vaadin/vaadin-grid/releases/tag/v2.0.0-pre.1 We're rebuilding that component from ground up based on the experiences with ``. It has a...
Hi there! Sorry for the delay! The `columnIndex` looks like a nice addition, thanks! However, I'm not sure if the `columnItem` is needed – since all the column properties are...
@andrew-silva-movile hmm not sure if I'm missing something.. can you post some example code for the use case? The reason why I'm a bit confused is that in the PR...
Hi! My recommendation would be to have a custom checkbox column which you can apply whatever listeners you want: ```html ```
How have you defined the columns? Are they directly nested under `` or are they injected through a `` element? This works just fine for me: (`rewrite-templatizers` branch) ``` html...