Hello everyone,
I’ve got a weird bug (?), so far, everything works fine in panel, I have a blueprint field for blocks, but somehow I can’t write sentences when the list is added. The cursor jumps every time after one keystroke to the last position of that block when I’m trying to type something.
I made a small screencast about it:
https://streamable.com/pbyiv6
Anyone has an idea what the issue may be?
What does your blueprint look like?
title: Modern Projekt
columns:
main:
width: 2/3
sections:
content:
type: fields
fields:
titleHeader:
label: Seitentitel
type: text
excerpt:
label: Zusammenfassung
type: textarea
size: small
maxlength: 190
story:
label: Story
type: blocks
moodboard:
headline: Moodboard
type: files
layout: cards
uploads:
template: moodboard
info: "{{ file.dimensions }}"
image:
ratio: 5/4
cover: true
size: small
sidebar:
width: 1/3
sections:
cover: sections/cover
background-options:
type: fields
fields:
pageView:
label: Menüsichtbarkeit
type: radio
options:
show: ja
noshow: nein
files:
type: files
headline: Files
cat-overview-services: sections/cat-overview-services
publishinformation:
type: fields
fields:
publishyear:
label: "Veröffentlichungsjahr"
type: text
Hm, just tested this in a 3.5.3.1 Starterkit and cannot reproduce the issue. Could you please also test your blueprint in a fresh Starterkit?
If that works, what plugins are you using that might interfere?
For the record, removing plugins from original instance didn’t helped. I ve created a new kirby instance from scratch, transfered data from previous one and now everything works like intended.