Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Forms & Blueprints

Can't click in additional Editor fields

admin

Started by Tom 9 years ago · 1 replies · 623 views
9 years ago

I'm seeing an odd issue where it's not possible to click into extra editor fields. When clicking to focus the cursor, nothing happens, though occasionally a right click will focus the cursor.

The site has been live for around a year and this has only just started working.
It's happening in latest Chrome on Mac OS Sierra and latest Edge on Windows 10. There aren't any console errors.

The field is set up like this:

YAML
header.blocks:
  type: list
  label: Sections
  style: vertical
  fields:
    .body:
      type: markdown
      label: Section content
      showPreview: true
      validate:
        type: textarea

I realised this was out of date, so have changed it to this, but the issue is still there.

YAML
header.blocks:
      type: list
      label: Sections
      style: vertical
      fields:
        .body:
          type: editor
          label: Section content
          autofocus: true
          lint: true

Has anyone else experienced this?

Thanks!

Suggested topics

Topic Participants Replies Views Activity
Forms & Blueprints · by Ton Haarmans, 5 years ago
13 1138 4 months ago
Forms & Blueprints · by Hugo Oliveira, 5 months ago
0 61 5 months ago
Forms & Blueprints · by Flachy Joe, 6 months ago
9 135 6 months ago
Forms & Blueprints · by Augustus, 7 months ago
7 110 7 months ago
Forms & Blueprints · by Julien, 7 months ago
10 129 7 months ago