Nico Hoffmann ෴.
Nico Hoffmann ෴.
We probably won't be able to fix this as this looks like an issue of the underlying https://github.com/SortableJS/Vue.Draggable library
@rasteiner could you please try if this by any chance its solved with v5-alpha.1?
I'd be leaning towards the UX approach - @lukasbestle @bastianallgeier?
@lukasbestle Where my understanding still hits the wall: how can we make our router match the page route treating multiple slashes as one while not doing this for custom routes?...
@lukasbestle since there are a few different routes involved with pages (e.g. multilang), how about putting the normalisation into `App::resolve()`?
@lukasbestle Our thoughts fall short as the route action handler as well as `App::resolve()` already receive `$path` cleaned up with single slashes. And I cannot find where that happens.
This is super tricky with the unsaved changes in localStorage. Not sure if there'd be a stable fix. I'd assume this would be resolved with keeping unsaved/unpublished changes on the...
This originates here https://github.com/getkirby/kirby/blob/main/src/Cms/App.php#L1591 where `$this->language()` returns the current content language of the request. Which makes a lot of sense for the regular frontend to bake this right in. In...
In theory, we would need to be able to specify the language for kirbytext/smartpants when calling `$app->kirbytext()` which would overwrite the automatic language detection. And then we would pass the...
@lukasbestle I think the difficult part is, that we cannot define this on a per-request basis. Event within the same field, one data point might be content-related and another one...