Nico Hoffmann ෴.
Nico Hoffmann ෴.
@bastianallgeier I think the deeper we move it, the trickier it could be to differentiate between which requests should cancel each other out. I think a pure boolean wouldn't work,...
@bastianallgeier I am still a bit worried whether this PR is already too far down the chain and canceling out `panel` requests that shouldn't cancel each other out. What's your...
Closing this for now as no progress has been made.
I totally understand that point. At the same time I am not sure we can leave sorting pretty broken in the list layout for all of v5.
I just saw a comment on the sortablejs repo that position absolute would work as long as the same z-index. Maybe we could try that. Otherwise, open to any name...
Nevermind, that was also only true when the handle is placed absolute but inside the parent. So I think we really have to restructure it like in this PR. But...
@bastianallgeier I will wait for the multi-select PR first, to not have to do it twice.
@afbora I would assume this is about nested fields. And just looking at the code, I think we do not support that currently but only compare whether a field exist...
I can reproduce the search input case with Safari (looks like Safari is trapping the escape event even when the search input is empty - other browsers one trap it...
@getkirby/backend It could be good as a first step to come up with a universal method in the `Uri` class that merges two URLs or inherits certain parts from one...