Ove Numrich

Results 12 comments of Ove Numrich

Same here on iOS 15.0.2. Workaround until this is fixed could be to offset the body position with `window.scrollY` and restore this when enabling body scrolling again. ```javascript // When...

After further stepping through the code i found the reason. It’s too early to call `Kirby\Cms\Page::inventory()`. `Kirby\Cms\Page::$models` is still an empty array when called from within the route callback function...

Thanks for looking into this @lukasbestle. > This means that e.g. if you register routes from a plugin but page models from the site, Kirby will first call the routes...

> It would also prevent current use cases that might depend on already calling $site->index() even if not all models have been loaded as they don't depend on models. Don't...

It worked when dragging a block from a nested blocks field to the parent blocks field. Sorry if this caused confusion.

The issue @mrflix mentioned is exactly the reason why i’m setting `duplicate: false` for every page blueprint. It’s not clear that the files of the duplicated page are stored in...

Can confirm @iskrisis observations that on image heavy sites with many visitors `oom-kill` will be summoned when lots of `convert` process are spawned for source set generation. Even worse if...

> We seem to encounter similar issue, but with GD. > > @iskrisis: What have you done do work around this issue? @nilshoerrmann you might be already aware of this,...

As requested by @distantnative on Discord. Tested this on macOS 14 with Safari 17.0. It is working as expected in Kirby v4.0.0-beta.3 No issue for me. Kirbys panel cache in...

For me it’s also working inside a blocks field. ![image](https://github.com/getkirby/kirby/assets/47149622/285d3dd0-6be8-4629-8604-5a12654b93b6) It’s also working for a writer field inside a layout field. Both Drawer and wysiwyg tested. ![image](https://github.com/getkirby/kirby/assets/47149622/a84c4b60-2858-41e4-89d3-4c58c9fa6e45) ![image](https://github.com/getkirby/kirby/assets/47149622/03be7f68-6ff9-4c5b-9c55-47feb5496957) @frwssr could...