Nico Hoffmann ෴.

Results 819 comments of Nico Hoffmann ෴.

Unfortunately, I don't think it's that easy. The preview component receives the values for the fields from the drawer - so also for the file field. Which is the standard...

I can confirm it is a bug, though we have not found a fix for it so far

Instead of doing `:style="'width:' + width(column.width)"` we could do something like `:style="'--width: ' + width(column.width)"` and then ```css @media screen and (min-width: 30em) { .k-table-column width: var(--width); } } ```

It would be great if we could somehow recreate the bug as unit test, to make sure our fix really covers it and we don't reintroduce the problem later.

I added a few comments. Would be great to have more inline comments as well to understand why we are doing these extra jumps etc. also 2,3 years down the...

Wondering why the fix mapping is not working as it seems to be exactly set up to fix this mime inconsistency

I think I tracked it down - and it's not related to what we wrote above: When no `accept` is configured, these lines https://github.com/getkirby/kirby/blob/main/src/Cms/FileBlueprint.php#L151-L160 will restrict the types of files....

For me in Firefox in Mac that is exactly the error message. But I see that for Nils somehow the type isn't even detected.

I don't think I fully understand what you are trying to do. The Vue component props have nothing to do with the PHP-side of things. They are expected to be...