umbraco / Umbraco-CMS

Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
https://umbraco.com
MIT License
4.48k stars 2.69k forks source link

[V14] RTE in classic mode shouldn't hide the separator line in larger screens #16518

Closed Nuklon closed 4 months ago

Nuklon commented 5 months ago

Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)

14

Bug summary

This is OK: image Now you can see where you can start editing.

With a large window size this line is missing: image

Specifics

No response

Steps to reproduce

Use RTE in classic mode.

Expected result / actual result

No response

github-actions[bot] commented 5 months ago

Hi there @Nuklon!

Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better.

We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.

We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions.

Thanks, from your friendly Umbraco GitHub bot :robot: :slightly_smiling_face:

Zeegaan commented 5 months ago

I can reproduce this 😁 even on smaller screen, the bottom line is still missing 😢 image

iOvergaard commented 5 months ago

@Zeegaan The box-shadow is being hidden, but I fixed that with https://github.com/umbraco/Umbraco.CMS.Backoffice/pull/1979

@Nuklon Thanks for testing. TinyMCE is responsive and in my tests, I was able to set a max width in the data type configuration to prevent TinyMce from stretching its toolbar into one line. Would you verify that?

image

Nuklon commented 5 months ago

@Nuklon Thanks for testing. TinyMCE is responsive and in my tests, I was able to set a max width in the data type configuration to prevent TinyMce from stretching its toolbar into one line. Would you verify that?

I cannot verify this workaround unfortunately; I went back to v13 for the time being as v14 has too many bugs to be usuable. Your screenshot in the PR looks like it fixes the problem. I am wondering how it looks on small window sizes? In my first screenshot on very small window sizes there was a line added, is that still visible?

iOvergaard commented 5 months ago

@Nuklon Yes, the line appears if you make the screen smaller, but it also depends on how many items you have in the toolbar of course.