-
I need to load dynamic content for listening events.
After scrolling on a page I need some delay (6-7 sec) for loading dynamic content, but any delays don't work and the browser closes before loading…
-
```html
Validation Report
let collapsibles = document.querySelectorAll('.collapsible');
for (let collapsible of collapsibles) {
collapsible.addEventList…
-
## Issue
We use a node view that contains a list of items. These items can be indented and outdented via ProseMirror's helper commands `sinkListItem` and `liftListItem`. We noticed that these trans…
-
- OS: Windows 11
- Extension version: v2.1.1
**Describe the bug:**
the whole page to move while click the console panel or focus some elements
**Repro steps:**
devtools start …
-
Tested against:
```ts
export { useRoute } from "vue-router"
```
The command I ran:
```bash
esbuild index.js --bundle --outfile=out.js --external:vue --format=esm
```
Result, unused imp…
-
### Summary
`flutter:scrollIntoView` always scrolls inner most ListView and scrolls indefinitely, even when specifying ListView with `flutter:scrollUntil`
### Code
```
...
capabilities = XCUI…
-
Currently when clicking on comment or reply the richtext is focused but may be out of view. In this case we should automatically scroll to the comment editor.
-
### Description
Hi, originally I wanted to implement a "scroll to element" functionality in an application I'm working on. You can use [scrollIntoView()](https://developer.mozilla.org/en-US/docs/We…
-
When I run **scrollToEnd** in version **0.63**, I get the error `scrollIntoView` of undefined.
also now scroll.props.scrollToEnd gives an error. Because there are no props.
```JS
this.scroll.pr…
-
#### Reproduction
https://angular-9-multiple-sidenav-scrollintoview-issue-1.stackblitz.io
Steps to reproduce:
1. Close Sidenav 2 by clicking toggle button
2. Run the following in browsers cons…