getkirby / kirby

Kirby's core application folder
https://getkirby.com
Other
1.32k stars 168 forks source link

Nested blocks navigation broken after level 3 and higher #3871

Closed afbora closed 3 years ago

afbora commented 3 years ago

Describe the bug

Drawer form closes when click navigation items if nested blocks level 3 and higher.

fields:
  test:
    type: blocks
    fieldsets:
      faq:
        name: FAQ
        icon: star
        fields:
          headline:
            type: text
          text:
            type: writer
          blocks:
            type: blocks
            fieldsets:
              faqItem: 
                name: Question / Answer
                icon: box
                fields:
                  question:
                    type: text
                    placeholder: Your question …
                  answer:
                    type: blocks

Expected behavior

Should be go/open related block form.

Screenshots

screen-capture-1230-Test - Mægazine-localhost

Kirby Version

3.5.7.1 and 3.6.0-RC2

afbora commented 3 years ago

Btw OK button which right corner, works great.

bastianallgeier commented 3 years ago