robkri

Results 6 issues of robkri

Since pre-release 4 of 4.0.0, the API reference to the latest version is missing on pub.dev. **To Reproduce** 1. Go to https://pub.dev/packages/fluent_ui or https://pub.dev/packages/fluent_ui/versions 2. Look for documentation for v3.12.0...

invalid

The alignment of the text inside a `TextBox` changes depending on whether or not the `TextBox` is given a placeholder text. If any String is passed to `placeholder` (even an...

bug

The darker bottom border of a `TextBox` changes its color when resizing the application window: ![TextBox_Border](https://github.com/bdlukaa/fluent_ui/assets/103884835/706736d0-58a9-40bd-9f3b-8408d783371c) It sometimes even disappears completely: ![TextBox_Border2](https://github.com/bdlukaa/fluent_ui/assets/103884835/3c5859e5-2754-4185-96dd-17ceebd5481a) This happens on desktop and web. **To reproduce**...

wontfix

**Describe the bug** When using the arrow keys or the tab key to move the focus, the focus always starts on the first (down arrow, tab) or last item (up...

bug
help wanted

`NumberBox` is quite uncomfortable to handle, as there is no controller to access the current value and having callbacks that behave differently to `TextBox` (see also https://github.com/bdlukaa/fluent_ui/issues/1196). As both widgets...

enhancement
waiting response

On every click the `NumberBox` calls the `onChanged` callback. ![Image](https://github.com/user-attachments/assets/caf38ad9-3f62-42b3-a49c-38325a18c1a5) **Expected behavior** The `onChanged` callback is only called when the box's content actually changes.

bug