You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Orchard 1.7.2 and up, most of the area of the trumbowyg and wysiwig editors will not accept a click to focus the input. In previous versions (1.6.0 was the version I upgraded from), clicking anywhere in the editor pane would focus the input, but now, only the current line and one line below the current line accept input. Everywhere else, the cursor is the default cursor rather than the caret that indicates an input field, and clicking does nothing.
To Reproduce
Steps to reproduce the behavior:
Cook a new Orchard Core 1.8.2 site using the "Agency" recipe
In the admin panel, go to Content > Content Definition > Content Types, and Edit the Html widget type
Edit the "Content" HtmlField field and select "Trumbowyg editor" or "Wysiwig editor" for "What type of editor should be used?"
On the Design > Widgets page, add an Html Widget
Attempt to click on the bottom half of the editor pane for the "Content" field and notice that the input does not receive focus
Expected behavior
The entire editor pane of the trumbowyg editor should accept a click to focus the input.
The text was updated successfully, but these errors were encountered:
rwawr
changed the title
Trumbowyg editor issues (Most of trumbowyg editor won't accept click, focused/hovered buttons look bad in dark mode)
Trumbowyg/wysiwig editor issues (Most of wysiwig/trumbowyg editor won't accept click, focused/hovered buttons look bad in dark mode)
Feb 19, 2024
Piedone
changed the title
Trumbowyg/wysiwig editor issues (Most of wysiwig/trumbowyg editor won't accept click, focused/hovered buttons look bad in dark mode)
Trumbowyg editor won't accept click in whole textarea and focused/hovered buttons look bad in dark mode
May 21, 2024
These are two separate issues. Could you please split the dark mode one out to a new issue?
The click behavior I'm pretty sure is related to a Trumbowyg update. We use 2.28.0, but the demo page on https://alex-d.github.io/Trumbowyg/, using 2.27.3, doesn't show this behavior.
rwawr
changed the title
Trumbowyg editor won't accept click in whole textarea and focused/hovered buttons look bad in dark mode
Trumbowyg editor won't accept click in whole textarea
May 22, 2024
Describe the bug
In Orchard 1.7.2 and up, most of the area of the trumbowyg and wysiwig editors will not accept a click to focus the input. In previous versions (1.6.0 was the version I upgraded from), clicking anywhere in the editor pane would focus the input, but now, only the current line and one line below the current line accept input. Everywhere else, the cursor is the default cursor rather than the caret that indicates an input field, and clicking does nothing.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The entire editor pane of the trumbowyg editor should accept a click to focus the input.
The text was updated successfully, but these errors were encountered: