neos-development-collection icon indicating copy to clipboard operation
neos-development-collection copied to clipboard

Make the content in Error message scrollable

Open markusguenther opened this issue 6 years ago • 3 comments

Description

It can happen that the flash message has pretty long content. Like in the configuration module. It would be nice if you can scroll the content of the flash message

Steps to Reproduce

  1. Log in to backend
  2. Open configuration module
  3. Hope that you have some more errors in the nodetypes or so

Expected behavior

Be able to read all the content of the flash message

Actual behavior

Bildschirmfoto 2019-10-21 um 13 54 06

Affected Versions

Neos: 5.0

UI: master

markusguenther avatar Oct 21 '19 12:10 markusguenther

Your codebase is pretty extensive. Do you know which source files this uses?

seal62 avatar Oct 22 '19 21:10 seal62

Wait, is that module even rendered by the new UI?

dimaip avatar Oct 23 '19 08:10 dimaip

As @pKallert found out in https://github.com/neos/neos-ui/pull/3220#issuecomment-1274251284

this is not done via Neos.Neos.Ui but in Neos.Neos in https://github.com/neos/neos-development-collection/tree/8.2/Neos.Neos/Resources/Public/JavaScript/Components/Notification

mhsdesign avatar Oct 11 '22 08:10 mhsdesign