Nick Gaens

Results 6 issues of Nick Gaens

**Describe the bug** After having disabled a DropdownButton instance, its click listener remains operative and disregards the disabled state. DropdownButton.java:285: ``` private HTMLElement asDropDown() { buttonElement.addCss(ButtonStyles.DROPDOWN_TOGGLE); buttonElement.setAttribute("data-toggle", "dropdown"); buttonElement.setAttribute("aria-haspopup", true);...

**Describe the bug** The method `setData(List data)` of `LocalListScrollingDataStore` does not invoke `load()` at the end of its body. **Expected behavior** The invocation of the `load()` method should be present....

enhancement

**Is your feature request related to a problem? Please describe.** A Stepper with a horizontal direction will force itself to switch to the vertical direction when viewed on a 'small'...

enhancement

**Describe the bug** When using a `SuggestBox`, the width of its suggestion menu is calculated by Domino as such: `onAttached(mutationRecord -> { suggestionsMenu.style().setWidth(element().offsetWidth + "px"); });` The problem this is...

**Describe the bug** When setting a somewhat longer string as the description of a Step, no wrapping occurs. Instead, **To Reproduce** This issue can be easily reproduced on the demo-page...

When executing reddit-background using the CLI, it will throw the following exception: ``` Traceback (most recent call last): File "./reddit-background", line 791, in main() File "./reddit-background", line 787, in main...