Tobias Uhlig

Results 194 issues of Tobias Uhlig

``` --list-item-background-color: var(--cmp-list-item-surface-default);``` this comes from: ```--cmp-list-item-surface-default: transparent``` i think i already fixed it inside the repo, but the change to `#fff` needs to get into the figma template to...

bug

@mxmrtns @maxrahder @ExtAnimal We need the component to display code and the related rendered output for the new learning section. First we need to decide which engine we want to...

enhancement

With several changes coming up: https://github.com/neomjs/neo/issues/5218 https://github.com/neomjs/neo/issues/5219 it would be good if we have some automated sanity tests in place. @mxmrtns

enhancement

i noticed that pressing enter does show the neo picker. maybe we could just convert space into enter in this case, but open for other solutions.

bug

there are quite some official specs for this widget, which we should honor. related content (example link): https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog/

enhancement

- clicking on the header (year) should show the new widget - it could slide in animated from the top - we could use 2 lists => left side months,...

enhancement

The bug occured inside our client app and needs investigation. The new logic seems wrong: if the widget is using the `forceSelection` config, non matching values need to get cleared....

bug

this is an epic which we need to break down into multiple tickets => we have many SMs and classes using them. `selection.Model` should use a collection for `items` and...

enhancement

Especially in case we want to programmatically select an item, changing the focus can be problematic. Example: we click on a next button (apps/form) which selects a new item inside...

enhancement

I actually like `setupClass()` better => shorter. This is a breaking change though, so we should think about the renaming for the next major version.

enhancement