Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Help Message for RichTextEditor cannot be clicked when in CreationDialog #3318

Closed
grebaldi opened this issue Jan 3, 2023 · 0 comments · Fixed by #3324
Closed

BUG: Help Message for RichTextEditor cannot be clicked when in CreationDialog #3318

grebaldi opened this issue Jan 3, 2023 · 0 comments · Fixed by #3324
Assignees
Labels
7.3 Accessibility Bug Label to mark the change as bugfix

Comments

@grebaldi
Copy link
Contributor

grebaldi commented Jan 3, 2023

Description

When including a RichTextEditor in the node creation dialog, a configured accompanying help message cannot be reached, because the help message button is not clickable.

Steps to Reproduce

Here's a node type configuration with which the issue can be reproduced:

'Vendor.Site:Content.Example':
  superTypes:
    'Neos.Neos:Content': true

  ui:
    label: 'RichTextEditor help message example'
    inspector:
      groups:
        examples:
          label: 'Examples'

  properties:

    codeEditorExample:
      type: string
      ui:
        label: 'CodeEditor Example'
        showInCreationDialog: true
        reloadIfChanged: true
        help:
          message: >
            This is a code editor example.
        inspector:
          group: examples
          editor: 'Neos.Neos/Inspector/Editors/CodeEditor'

    richTextEditorExample:
        type: string
        ui:
          label: 'RichTextEditor Example'
          showInCreationDialog: true
          reloadIfChanged: true
          help:
            message: >
                This is a rich text editor example.
          inspector:
            group: examples
            editor: 'Neos.Neos/Inspector/Editors/RichTextEditor'
  1. Create a node with a node type like the one described above
  2. Try an click on the little help icon below the RichtTextEditor button in the creation dialog

Expected behavior

The help message button is clickable and triggers the respective help message to be shown.

Actual behavior

Peek.2023-01-03.13-02.-.CodeEditor.Help.Message.in.Creation.Dialog.mp4

Affected Versions

Neos: 7.3

UI: 7.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
7.3 Accessibility Bug Label to mark the change as bugfix
Projects
None yet
2 participants