Nico Hoffmann ෴.

Results 819 comments of Nico Hoffmann ෴.

https://github.com/getkirby/kirby/pull/5136

Back at it again, this time with proper performance testing. Test setup has 26 child pages with each a normal content file and two images + meta files. **Current implementation:**...

I cannot reproduce your problem so far, for me the title always stays `field.blocks.listblock1.name` https://github.com/getkirby/kirby/assets/3788865/59f72472-6183-4952-830d-4601384ed959

@frankrausch Finally have a hunch. Could you test if the problem disappears if you remove the date fields? I think it could be the same as https://github.com/getkirby/kirby/issues/6390

@grommasdietz do you still have the issue with alpha.6? Seems to work for me in Safari now

Ahh ok, I'm on Safari 17 already (Sonoma beta). Which will make it hard to debug from my side. I'm afraid others from the team need to tackle this (and...

@grommasdietz dropdown and the whole Panel depend on javascript - so disabling javascript will not help but guaranteed make it stop working.

Tracking down at least the source of this problem: https://github.com/getkirby/kirby/blob/v4/develop/panel/src/components/Forms/Writer/Toolbar.vue#L224 `relatedTarget` of the FocusEvent when clickingg on the nodes button is included in Chrome (as the nodes button), is null...

@bastianallgeier adding `tabindex="0"` to this button element https://github.com/getkirby/kirby/blob/v4/develop/panel/src/components/Forms/Toolbar/Toolbar.vue#L6 seems to fix it for me. Would that be a valid solution?