-
# Problem description
I'm consuming JSON-formatted IMU data via ZMQ. The subscription process works just fine, and I've used PlotJuggler within the same project successfully before. However all of …
-
The recursive algorithm is described in [1]. Basically, it goes from innermost to outermost scrolling boxes, determines the target position for each of them and finally performs a scroll via [2]. Some…
-
## Is your feature request related to a problem? Please describe.
Currently, an API is available for navigating to a specific cell in the hierarchical grid. However, there is no efficient way to navi…
-
Example: the Board demo https://svelte.dev/repl/e2ef044af75c4b16b424b8219fb31fd9?version=3.59.2
Select the first item in the first container (item11), scroll down with the keyboard - you can scroll…
-
### Describe the bug
When `ui: false` or `headless: true`, the browser viewport is only 1280x720px.
We set `viewport: { width: 1920, height: 1080 }`, while the document inside the iframe does have…
-
### Description
When current day is scrolled away from the view and "Today" button is clicked, the visual indicator for selected day isn't updated even though the value on the field is.
https://gi…
-
## Steps to reproduce the issue
* Open a page in Firefox such that some element is not inside the viewport
* Try to scroll to the element with 'Scroll Element Into View'
## Expected behavior an…
-
Instead of doing nothing when `not(xxf:focusable())`, we could:
- toggle to the relevant wizard page if needed
- scroll the control into view with JavaScript
[+1 from customer](https://3.baseca…
-
### Captchas
- [X] I have read the instructions.
- [X] I have searched existing issues and avoided creating duplicates.
- [X] I am not filing an enhancement request.
### What happened?
When…
-
```dart
void main() => runApp(App());
class App extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
home: Material(
child: ListV…